summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth/Messages/MessageBase.cs
Commit message (Collapse)AuthorAgeFilesLines
* Moved all the OAuth classes into its own namespace in preparation to ↵Andrew Arnott2008-11-031-239/+0
| | | | receiving DotNetOpenId merge.
* Applied FxCop fixes.Andrew Arnott2008-10-231-18/+61
|
* Exposed more message types to enable Service Provider scenarios.Andrew Arnott2008-10-021-1/+1
|
* Fixed StyleCop issues and added a couple of HMAC signature tests.Andrew Arnott2008-10-021-0/+3
|
* Added capability to add extra fields to request token message.Andrew Arnott2008-09-281-0/+6
|
* Appendix scenario test passing (again), this time with HMAC signing of HTTP ↵Andrew Arnott2008-09-281-3/+20
| | | | requests.
* Fixed lots of StyleCop issues and refacted Consumer/Service Provider a bit.Andrew Arnott2008-09-251-6/+10
|
* Fixed token secret retention bug.Andrew Arnott2008-09-241-0/+3
|
* Added logging.Andrew Arnott2008-09-241-0/+27
|
* Implementing and refactoring ServiceProvider and Consumer classes.Andrew Arnott2008-09-231-4/+15
| | | | Beginning to write a test for the spec's appendix A scenario.
* Refactored OAuth signing functionality into a SignedMessageBase class.Andrew Arnott2008-09-221-55/+1
|
* Adding the binding elements necessary for basic OAuth functionality.Andrew Arnott2008-09-211-2/+1
|
* Refactored the OAuth messages with a base class, and satisfied StyleCop.Andrew Arnott2008-09-211-9/+148
|
* Added the 7 OAuth message types.Andrew Arnott2008-09-211-0/+41