Méthode | Description | |
---|---|---|
GetAccessToken ( ) : void |
Please use OAuthFlowBuilder class to build an instance of an OAuthFlow class. Will throw exception. It mirrors To the following Smartsheet REST API method: POST /token
|
|
RefreshAccessToken ( ) : void |
Please use OAuthFlowBuilder class to build an instance of an OAuthFlow class. Will throw exception. It mirrors To the following Smartsheet REST API method: POST /token
|
|
RevokeAccessToken ( ) : void |
Revokes the access token used to make this request. The access token will no longer be valid, and subsequent API calls made using the token will fail. It mirrors To the following Smartsheet REST API method:
|
|
TokenResourcesImpl ( |
Constructor.
|
public TokenResourcesImpl ( |
||
smartsheet | the SmartsheetImpl | |
Résultat | System.Collections.Generic |