summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2.AuthorizationServer/OAuth2/IAuthorizationServerHost.cs
Commit message (Expand)AuthorAgeFilesLines
* Removes more remnants of Code Contracts.Andrew Arnott2012-12-261-132/+0
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-261-0/+1
* Authorization servers can override the granted scopes for all grant types.Andrew Arnott2012-10-301-30/+16
* Fixed build warnings due to XML commentsAndrew Arnott2012-05-291-2/+2
* Special handling for client credential grant typeAndrew Arnott2012-05-291-4/+46
* Resource owner password grant method renameAndrew Arnott2012-05-291-4/+6
* Authorization Server hosts now instantiate their own AccessTokens rather than...Andrew Arnott2012-04-251-5/+6
* Moved IAuthorizationServerHost interface into the auth server project.Andrew Arnott2012-04-241-0/+214