OAuthFlowRefreshToken Method | |
Refresh token.
Namespace:
Smartsheet.Api.OAuth
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 Token RefreshToken(
Token token
)
Function RefreshToken (
token As Token
) As Token
Token^ RefreshToken(
Token^ token
)
abstract RefreshToken :
token : Token -> Token
Parameters
- token
- Type: Smartsheet.Api.OAuthToken
the token to refresh
Return Value
Type:
Token the refreshed token
Exceptions Exception | Condition |
---|
OAuthTokenException | the o auth token exception |
JsonSerializationException | the JSON serializer exception |
UriFormatException | the URI syntax exception |
InvalidRequestException | the invalid request exception |
InvalidOperationException | if any other error occurred during the operation |
See Also