C# Class Smartsheet.Api.OAuth.InvalidOAuthGrantException

This is the exception thrown by OAuthFlow To indicate an "invalid_grant" error occurred when 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
InvalidOAuthGrantException ( string message )

Constructor.

Method Details

InvalidOAuthGrantException() public method

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