summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2.ClientAuthorization/OAuth2/Messages/IAccessTokenRequestInternal.cs
Commit message (Collapse)AuthorAgeFilesLines
* Fixed AccessTokenResult API to be clearerAndrew Arnott2012-07-221-1/+1
| | | | | | The AccessTokenResult constructor accepts an AccessToken, when it should only accept an AuthorizationServerAccessToken so it's clear what an auth server host must create so that it's serializable. This fixes that.
* Authorization Server hosts now instantiate their own AccessTokens rather ↵Andrew Arnott2012-04-251-5/+2
| | | | | | | than just parameters. AccessTokens are now serialized via a virtual method on that instance. Fixes #38, I think.
* Redistributed OAuth2 code into their more specific assemblies.Andrew Arnott2012-03-161-0/+25