| TokenResourcesGetAccessToken Method |  | 
Please use OAuthFlowBuilder class to build an instance of an OAuthFlow class.
Will throw a NotSupportedException.
It mirrors to the following Smartsheet REST API method: POST /token
Namespace: Smartsheet.Api
 Syntax
Syntax Exceptions
Exceptions| Exception | Condition | 
|---|---|
| NotSupportedException | This exception is always thrown since this operation is not supported by the Token Resources. Instead, see OAuthFlow. | 
 See Also
See Also