Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
| Name | Description | |
|---|---|---|
| .gif) | OAuthTokenCredential(String) | Initializes a new OAuthTokenCredential instance with the provided access token. | 
| .gif) | OAuthTokenCredential(OAuthTokenContainer) | |
| .gif) | OAuthTokenCredential(Uri, String, String, String) | Initializes a new OAuthTokenCredential instance with the specified client id and secret and either an authorization code or a refresh token | 
| .gif) | OAuthTokenCredential(Uri, String, String, OAuthTokenContainer, OAuthTokensReceivedCallback) | Initializes a new OAuthTokenCredential instance with the specified client id and secret and an initial token | 
| .gif) | OAuthTokenCredential(Uri, String, String, String, OAuthTokensReceivedCallback) | Initializes a new OAuthTokenCredential instance with the specified client id and secret and either an authorization code or a refresh token | 
Top