summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth/Messages/AccessProtectedResourcesMessage.cs
Commit message (Expand)AuthorAgeFilesLines
* Renamed a few OAuth messages and a few more methods.Andrew Arnott2008-10-091-38/+0
* Added strong-typed request token message to sample.Andrew Arnott2008-10-071-1/+1
* Documented all members... StyleCop is now happy.Andrew Arnott2008-10-021-2/+2
* Exposed more message types to enable Service Provider scenarios.Andrew Arnott2008-10-021-6/+6
* Appendix scenario test passing (again), this time with HMAC signing of HTTP r...Andrew Arnott2008-09-281-1/+1
* Added enough token management that the Appendix A scenario test is passing ag...Andrew Arnott2008-09-251-7/+9
* 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/+25
* Added the 7 OAuth message types.Andrew Arnott2008-09-211-0/+54