summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2.ClientAuthorization/OAuth2/Messages/IAccessTokenResult.cs
Commit message (Collapse)AuthorAgeFilesLines
* Fixed AccessTokenResult API to be clearerAndrew Arnott2012-07-221-0/+33
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.