summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth/ConsumerBase.cs
Commit message (Collapse)AuthorAgeFilesLines
* Moved all the OAuth classes into its own namespace in preparation to ↵Andrew Arnott2008-11-031-176/+0
| | | | receiving DotNetOpenId merge.
* 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
| | | | Messages are now exposed in the method signatures instead of raw Response instances.
* Applied FxCop fixes.Andrew Arnott2008-10-231-9/+10
|
* Refactored messages to try to simplify their uses and try to hide ↵Andrew Arnott2008-10-091-2/+2
| | | | information from areas that don't need it.
* 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