summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2/OAuth2/Messages/AccessProtectedResourceRequest.cs
Commit message (Collapse)AuthorAgeFilesLines
* FxCop fixes and suppressions.Andrew Arnott2012-03-101-1/+1
|
* OAuth2 resource servers accept the HTTP verbs: PUT, DELETE, HEAD in addition ↵Andrew Arnott2012-02-231-0/+1
| | | | | | to the normal GET, POST Fixes #62
* Split out the authorization carrying messages into distinct interfaces.Andrew Arnott2012-02-231-12/+14
| | | | This is to support additional grant types such as resource owner password credential and client credentials.
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
| | | | Fixes #66
* First pass at dividing DotNetOpenAuth features into separate assemblies.Andrew Arnott2011-07-011-0/+73
Nothing compiles at this point.