summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2.AuthorizationServer/OAuth2/ChannelElements/TokenCodeSerializationBindingElement.cs
Commit message (Collapse)AuthorAgeFilesLines
* Adds AuthorizationServer.DecodeRefreshTokenAndrew Arnott2012-07-201-2/+2
| | | | | | And a unit test. Fixes #182
* Authorization Server hosts now instantiate their own AccessTokens rather ↵Andrew Arnott2012-04-251-6/+5
| | | | | | | than just parameters. AccessTokens are now serialized via a virtual method on that instance. Fixes #38, I think.
* Moved access token signing key to the parameters object.Andrew Arnott2012-03-311-1/+3
| | | | | | This also presumably solves the threading concerns of sharing one instance. Fixes #34
* Consolidated all code and token serializations to one binding element.Andrew Arnott2012-03-301-0/+120