Search Results for

    Show / Hide Table of Contents

    Class OAuthUnsupportedGrantTypeException

    A specific Exception that is thrown when: The authorization grant type is not supported by the authorization server.

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

    Extension Methods

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