Search Results for

    Show / Hide Table of Contents

    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.

    Inheritance
    System.Object
    OAuthException
    OAuthInvalidGrantException
    Inherited Members
    OAuthException.ToJsonResponse()
    OAuthException.OAuthErrorData
    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

    Extension Methods

    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022