Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed AccessTokenResult API to be clearer | Andrew Arnott | 2012-07-22 | 1 | -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 Arnott | 2012-04-25 | 1 | -0/+43 |
than just parameters. AccessTokens are now serialized via a virtual method on that instance. Fixes #38, I think. |