Method | Description | |
---|---|---|
Authenticate ( IRestClient client, IRestRequest request ) : void | ||
OAuth2AuthorizationRequestHeaderAuthenticator ( string accessToken ) : System |
Initializes a new instance of the OAuth2AuthorizationRequestHeaderAuthenticator class.
|
public Authenticate ( IRestClient client, IRestRequest request ) : void | ||
client | IRestClient | |
request | IRestRequest | |
return | void |
public OAuth2AuthorizationRequestHeaderAuthenticator ( string accessToken ) : System | ||
accessToken | string | /// The access token. /// |
return | System |