summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2.Client/OAuth2/UserAgentClient.cs
Commit message (Collapse)AuthorAgeFilesLines
* We have HTTP Basic client authentication working now in OAuth 2.Andrew Arnott2012-04-181-2/+29
|
* A bunch more moving of OAuth2 classes between assemblies.Andrew Arnott2012-03-161-1/+1
|
* FxCop fixes and suppressions.Andrew Arnott2012-03-101-3/+2
|
* Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵Andrew Arnott2012-03-051-1/+3
| | | | | | .NET 3.5 SP1). This makes us more friendly to MVC as well as mock-based unit testing.
* Split up end user authorization request message types between auth code and ↵Andrew Arnott2012-02-211-8/+15
| | | | implicit.
* Added two more OAuth2 unit tests, for the UserAgentClient class.Andrew Arnott2012-02-211-11/+43
|
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
| | | | Fixes #66
* All product assemblies build without ccrewrite.exe now.Andrew Arnott2011-09-181-5/+5
|
* Broke out OAuth 2 into 4 separate assemblies.Andrew Arnott2011-08-011-0/+123