public class AuthorizationHeaderAccessMethod : IAccessMethod
Thread-safe OAuth 2.0 method for accessing protected resources using the Authorization header as specified in http://tools.ietf.org/html/rfc6750#section-2.1.
Implements
IAccessMethodNamespace
Google.Apis.Auth.OAuth2Assembly
Google.Apis.Auth.dll
Methods
GetAccessToken(HttpRequestMessage)
public string GetAccessToken(HttpRequestMessage request)
Retrieves the original access token in the HTTP request, as provided in the Intercept(HttpRequestMessage, String) method.
Parameter | |
---|---|
Name | Description |
request | HttpRequestMessage |
Returns | |
---|---|
Type | Description |
String |
Intercept(HttpRequestMessage, String)
public void Intercept(HttpRequestMessage request, string accessToken)
Intercepts a HTTP request right before the HTTP request executes by providing the access token.
Parameters | |
---|---|
Name | Description |
request | HttpRequestMessage |
accessToken | String |