C# Class Smartsheet.Api.OAuth.UnsupportedOAuthGrantTypeException

This is the exception thrown by OAuthFlow To indicate "unsupported_grant_type" error occurred during obtaining OAuth tokens.

Thread safety: Exceptions are not thread safe.

Inheritance: OAuthTokenException
Show file Open project: smartsheet-platform/smartsheet-csharp-sdk

Public Methods

Method Description
UnsupportedOAuthGrantTypeException ( string message )

Constructor.

Method Details

UnsupportedOAuthGrantTypeException() public method

Constructor.
public UnsupportedOAuthGrantTypeException ( string message )
message string the Message