summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2/OAuth2/ChannelElements/AccessRequestBindingElement.cs
Commit message (Collapse)AuthorAgeFilesLines
* Redistributed OAuth2 code into their more specific assemblies.Andrew Arnott2012-03-161-183/+0
|
* Fixed error message generated in exception thrown for bad access token requests.Andrew Arnott2012-03-141-2/+2
|
* Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade.Andrew Arnott2012-03-101-1/+1
|
* StyleCop fix.Andrew Arnott2012-02-251-2/+1
|
* Added client credential grant type support and a test to prove it.Andrew Arnott2012-02-251-2/+9
| | | | Fixes #33
* Adds support for the resource owner password credential grant.Andrew Arnott2012-02-241-0/+18
| | | | Fixes #72
* Split out the authorization carrying messages into distinct interfaces.Andrew Arnott2012-02-231-33/+29
| | | | This is to support additional grant types such as resource owner password credential and client credentials.
* Fixed many FxCop messages in OAuth2 assemblies. #68Andrew Arnott2012-02-091-0/+5
|
* 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/+158
Nothing compiles at this point.