summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2/OAuth2/AccessToken.cs
Commit message (Expand)AuthorAgeFilesLines
* Removes inappropriate input validation of the signingKey argument in the Acce...Andrew Arnott2013-12-031-2/+0
* Lots of StyleCop fixes.Andrew Arnott2013-03-261-1/+4
* Adds support for symmetric key signing and encryption of access tokens.Andrew Arnott2013-03-011-0/+9
* Fixes the 16 failing unit tests.Andrew Arnott2012-12-271-1/+0
* Removes more remnants of Code Contracts.Andrew Arnott2012-12-261-5/+2
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-261-0/+1
* Authorization Server hosts now instantiate their own AccessTokens rather than...Andrew Arnott2012-04-251-24/+45
* Fixed C# warning.Andrew Arnott2012-04-041-1/+1
* AccessToken is now a public class.Andrew Arnott2012-04-011-0/+104