Class OAuthInvalidGrantException
A specific Exception that is thrown when: The provided authorization grant (e.g., authorization code, resource owner credentials) or refresh token is invalid, expired, revoked, does not match the redirection URI used in the authorization request, or was issued to another client.
Namespace: ImageVault.Common.Security.OAuth
Assembly: ImageVault.Common.dll
Syntax
public class OAuthInvalidGrantException : OAuthException
Constructors
OAuthInvalidGrantException(String)
Initializes a new instance of the OAuthInvalidGrantException class.
Declaration
public OAuthInvalidGrantException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |