summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2/OAuth2/StandardScopeSatisfiedCheck.cs
Commit message (Collapse)AuthorAgeFilesLines
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-261-0/+1
|
* Fixed build breaks when targeting .NET 3.5.Andrew Arnott2012-04-231-1/+1
|
* Fixes access denial errors from OAuth 2 resource servers so they include the ↵Andrew Arnott2012-04-221-0/+37
required parameters in their WWW-Authenticate headers. Fixes #124