summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2.ClientAuthorization/OAuth2/Messages/AccessTokenRequestBase.cs
Commit message (Collapse)AuthorAgeFilesLines
* CreateAccessToken reveals username to hostAndrew Arnott2012-12-241-0/+17
| | | | | | | IAuthorizationServerHost.CreateAccessToken now has access to authoring usernames. Fixes #219
* 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-25/+3
| | | | | | | than just parameters. AccessTokens are now serialized via a virtual method on that instance. Fixes #38, I think.
* Anonymous clients can now exchange resource owner credentials for refresh ↵Andrew Arnott2012-04-221-3/+1
| | | | | | | | and access tokens. (authenticated clients already could). Fixes #100
* Redistributed OAuth2 code into their more specific assemblies.Andrew Arnott2012-03-161-0/+105