summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/OAuth2/OAuth2Coordinator.cs
Commit message (Expand)AuthorAgeFilesLines
* Many more unit test build fixes and product touch-ups.Andrew Arnott2013-03-071-74/+0
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-261-0/+1
* Fixed several failing unit tests due to their non-support for network credent...Andrew Arnott2012-04-201-1/+1
* Fixed HTTP Basic authentication for OAuth 2 clients so that it actually works...Andrew Arnott2012-04-191-2/+2
* StyleCop cleanup, and reversal of some code changes that were no longer neces...Andrew Arnott2012-04-181-2/+2
* We have HTTP Basic client authentication working now in OAuth 2.Andrew Arnott2012-04-181-2/+3
* Renamed IAuthorizationServer to IAuthorizationServerHost.Andrew Arnott2012-04-081-2/+2
* Added two more OAuth2 unit tests, for the UserAgentClient class.Andrew Arnott2012-02-211-9/+18
* Added scaffolding for OAuth2 unit tests and added the first test for client a...Andrew Arnott2012-02-201-0/+63