Méthode | Description | |
---|---|---|
GetAccessToken ( ) : string |
Returns the currently cached access token. If no access token was previously cached, or if the current access token is expired, then a new one is generated and returned.
|
|
OAuthTokenCredential ( string clientId, string clientSecret ) : System |
Client Id and Secret for the OAuth
|
|
OAuthTokenCredential ( string clientId, string clientSecret, string>.Dictionary |
Client Id and Secret for the OAuth
|
Méthode | Description | |
---|---|---|
ConvertClientCredentialsToBase64String ( string clientId, string clientSecret ) : string |
Covnerts the specified client credentials to a base-64 string for authorization purposes.
|
|
GenerateOAuthToken ( string base64ClientId ) : string |
Generates a new OAuth token useing the specified client credentials in the authorization request.
|
public OAuthTokenCredential ( string clientId, string clientSecret ) : System | ||
clientId | string | |
clientSecret | string | |
Résultat | System |
public OAuthTokenCredential ( string clientId, string clientSecret, string>.Dictionary |
||
clientId | string | |
clientSecret | string | |
config | string>.Dictionary | |
Résultat | System |