summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth/ConsumerBase.cs
Commit message (Expand)AuthorAgeFilesLines
* Moved all the OAuth classes into its own namespace in preparation to receivin...Andrew Arnott2008-11-031-176/+0
* Renamed all the OAuth message types.Andrew Arnott2008-11-021-9/+9
* StyleCop fixes.Andrew Arnott2008-11-011-9/+9
* Hugely refactored ServiceProvider and Consumer classes.Andrew Arnott2008-11-011-9/+16
* Applied FxCop fixes.Andrew Arnott2008-10-231-9/+10
* Refactored messages to try to simplify their uses and try to hide information...Andrew Arnott2008-10-091-2/+2
* Removed TokenSecret initialization within the Consumer.Andrew Arnott2008-10-091-3/+0
* Removed ConsumerBase.ConsumerSecret, since the token manager can provide that.Andrew Arnott2008-10-091-8/+0
* Split Consumer class into two subclasses for desktop and web clients.Andrew Arnott2008-10-091-0/+179