Click or drag to resize

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
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
void GetAccessToken()
Exceptions
ExceptionCondition
NotSupportedException This exception is always thrown since this operation is not supported by the Token Resources. Instead, see OAuthFlow.
See Also