summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2.ClientAuthorization/OAuth2/Messages/AccessTokenResult.cs
Commit message (Collapse)AuthorAgeFilesLines
* Fixed AccessTokenResult API to be clearerAndrew Arnott2012-07-221-43/+0
| | | | | | 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-0/+43
than just parameters. AccessTokens are now serialized via a virtual method on that instance. Fixes #38, I think.