summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2.Client/OAuth2/BearerTokenHttpMessageHandler.cs
Commit message (Collapse)AuthorAgeFilesLines
* Adds ClientBase.CreateAuthorizingHandlerAndrew Arnott2012-09-261-0/+93
This method creates an HttpMessageHandler that automatically applies the OAuth 2 access token (bearer) to all outbound HTTP requests. Fixes #205