Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes bad logic that reports expired tokens incorrectly. | Andrew Arnott | 2013-03-02 | 1 | -1/+1 |
| | |||||
* | OAuth2.Client builds. | Andrew Arnott | 2013-01-13 | 1 | -3/+3 |
| | |||||
* | Removes CLR4 compiler symbol. | Andrew Arnott | 2012-12-28 | 1 | -2/+0 |
| | |||||
* | Replaces DNOA's internal Requires class with Validation NuGet package. | Andrew Arnott | 2012-12-26 | 1 | -1/+2 |
| | |||||
* | Adds ClientBase.CreateAuthorizingHandler | Andrew Arnott | 2012-09-26 | 1 | -0/+93 |
This method creates an HttpMessageHandler that automatically applies the OAuth 2 access token (bearer) to all outbound HTTP requests. Fixes #205 |