summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2.Client/OAuth2/ClientCredentialApplicator.cs
Commit message (Collapse)AuthorAgeFilesLines
* Fixes NetworkCredentialApplicator on first request.Andrew Arnott2012-12-021-1/+3
| | | | Fixes #204
* Fixed a couple build warnings.Andrew Arnott2012-07-221-1/+1
|
* Fix NetworkCredentialApplicator verify checkAndrew Arnott2012-07-221-2/+6
| | | | Fixes #183
* Anonymous clients can now exchange resource owner credentials for refresh ↵Andrew Arnott2012-04-221-5/+9
| | | | | | | | and access tokens. (authenticated clients already could). Fixes #100
* Fixed HTTP Basic authentication for OAuth 2 clients so that it actually ↵Andrew Arnott2012-04-191-7/+52
| | | | works in the sample.
* Renamed a client credential applicator.Andrew Arnott2012-04-181-5/+5
|
* StyleCop cleanup, and reversal of some code changes that were no longer ↵Andrew Arnott2012-04-181-20/+65
| | | | necessary.
* We have HTTP Basic client authentication working now in OAuth 2.Andrew Arnott2012-04-181-0/+75