summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2/OAuth2/OAuthStrings.Designer.cs
Commit message (Collapse)AuthorAgeFilesLines
* Added scaffolding for OAuth2 unit tests and added the first test for client ↵Andrew Arnott2012-02-201-0/+9
| | | | authorization.
* Suppressed refresh tokens when client credentials are used to comply with ↵Andrew Arnott2012-02-161-0/+9
| | | | OAuth 2.0 section 4.4.3.
* Added valid scope token verification.Andrew Arnott2012-02-121-0/+9
|
* Fixed many FxCop messages in OAuth2 assemblies. #68Andrew Arnott2012-02-091-0/+18
|
* Added DotNetOpenAuth.OAuth.Common to contain dependencies shared between ↵Andrew Arnott2012-02-081-1/+10
| | | | | | OAuth 1 and OAuth 2. Related to and closes #71
* First pass at dividing DotNetOpenAuth features into separate assemblies.Andrew Arnott2011-07-011-0/+144
Nothing compiles at this point.