summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth/Messages/RequestTokenMessage.cs
Commit message (Expand)AuthorAgeFilesLines
* Exposed more message types to enable Service Provider scenarios.Andrew Arnott2008-10-021-1/+1
* Appendix scenario test passing (again), this time with HMAC signing of HTTP r...Andrew Arnott2008-09-281-1/+1
* Fixed lots of StyleCop issues and refacted Consumer/Service Provider a bit.Andrew Arnott2008-09-251-2/+0
* Added enough token management that the Appendix A scenario test is passing ag...Andrew Arnott2008-09-251-6/+1
* Implementing and refactoring ServiceProvider and Consumer classes.Andrew Arnott2008-09-231-1/+1
* Refactored OAuth signing functionality into a SignedMessageBase class.Andrew Arnott2008-09-221-12/+2
* Refactored the OAuth messages with a base class, and satisfied StyleCop.Andrew Arnott2008-09-211-33/+20
* Added the 7 OAuth message types.Andrew Arnott2008-09-211-0/+52