Click or drag to resize

UnsupportedOAuthGrantTypeException Class

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

Thread safety: Exceptions are not thread safe.

Inheritance Hierarchy
SystemObject
  SystemException
    Smartsheet.ApiSmartsheetException
      Smartsheet.Api.OAuthOAuthTokenException
        Smartsheet.Api.OAuthUnsupportedOAuthGrantTypeException

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
public class UnsupportedOAuthGrantTypeException : OAuthTokenException

The UnsupportedOAuthGrantTypeException type exposes the following members.

Constructors
  NameDescription
Public methodUnsupportedOAuthGrantTypeException
Constructor.
Top
See Also