Class OAuthUnsupportedGrantTypeException
A specific Exception that is thrown when: The authorization grant type is not supported by the authorization server.
Namespace: ImageVault.Common.Security.OAuth
Assembly: ImageVault.Common.dll
Syntax
public class OAuthUnsupportedGrantTypeException : OAuthException
Constructors
OAuthUnsupportedGrantTypeException(String)
Initializes a new instance of the OAuthUnsupportedGrantTypeException class.
Declaration
public OAuthUnsupportedGrantTypeException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |