summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth/Messages/DirectUserToConsumerMessage.cs
Commit message (Collapse)AuthorAgeFilesLines
* Renamed all the OAuth message types.Andrew Arnott2008-11-021-40/+0
|
* Hugely refactored ServiceProvider and Consumer classes.Andrew Arnott2008-11-011-4/+4
| | | | Messages are now exposed in the method signatures instead of raw Response instances.
* Applied FxCop fixes.Andrew Arnott2008-10-231-2/+2
|
* Refactored messages to try to simplify their uses and try to hide ↵Andrew Arnott2008-10-091-1/+12
| | | | information from areas that don't need it.
* Exposed more message types to enable Service Provider scenarios.Andrew Arnott2008-10-021-1/+1
|
* Add/removed some TODOsAndrew Arnott2008-10-021-1/+1
|
* Appendix scenario test passing (again), this time with HMAC signing of HTTP ↵Andrew Arnott2008-09-281-1/+1
| | | | requests.
* Added a scenario test from Appendix A (incomplete but passing so far).Andrew Arnott2008-09-241-2/+2
| | | | Included in this change are a lot of fixes and additional implementation.
* Implementing and refactoring ServiceProvider and Consumer classes.Andrew Arnott2008-09-231-1/+1
| | | | Beginning to write a test for the spec's appendix A scenario.
* Refactored OAuth signing functionality into a SignedMessageBase class.Andrew Arnott2008-09-221-1/+0
|
* Refactored the OAuth messages with a base class, and satisfied StyleCop.Andrew Arnott2008-09-211-23/+14
|
* Added the 7 OAuth message types.Andrew Arnott2008-09-211-0/+39