summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2/OAuth2/ChannelElements/AccessTokenBindingElement.cs
Commit message (Collapse)AuthorAgeFilesLines
* Redistributed OAuth2 code into their more specific assemblies.Andrew Arnott2012-03-161-93/+0
|
* Split out the authorization carrying messages into distinct interfaces.Andrew Arnott2012-02-231-1/+1
| | | | 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/+93
Nothing compiles at this point.