summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth/Messages/AccessProtectedResourcesMessage.cs
Commit message (Collapse)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
| | | | | This proves that messages can be derived from and tailored to provide type-safe additions where the OAuth protocol permits it. As can be seen, several more types and members had to be made public for this to work.
* 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 ↵Andrew Arnott2008-09-281-1/+1
| | | | requests.
* Added enough token management that the Appendix A scenario test is passing ↵Andrew Arnott2008-09-251-7/+9
| | | | again.
* 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-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