summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth/OAuth2/ChannelElements/AuthorizationCodeBindingElement.cs
Commit message (Collapse)AuthorAgeFilesLines
* First pass at dividing DotNetOpenAuth features into separate assemblies.Andrew Arnott2011-07-011-101/+0
| | | | Nothing compiles at this point.
* Shrank the time interval within which an authorization code may be exchanged ↵Andrew Arnott2011-06-211-1/+2
| | | | for an access or refresh token.
* We have an implicit grant javascript client that can obtain an access token.Andrew Arnott2011-06-201-1/+1
| | | | It doesn't know how to use it yet though.
* Renamed ITokenCarryingRequest to IAuthorizationCarryingRequest.Andrew Arnott2011-06-111-2/+2
|
* StyleCop fixesAndrew Arnott2010-07-261-1/+1
|
* Trying out a refactoring to better suite user agent clients.Andrew Arnott2010-07-111-1/+1
|
* OAuth 2.0 sample works, draft 9 style.Andrew Arnott2010-07-041-0/+100