Search Results for

    Show / Hide Table of Contents

    Class OAuthInvalidClientException

    A specific Exception that is thrown when: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). The authorization server MAY return an HTTP 401 (Unauthorized) status code to indicate which HTTP authentication schemes are supported. If the client attempted to authenticate via the "Authorization" request header field, the authorization server MUST respond with an HTTP 401 (Unauthorized) status code and include the "WWW-Authenticate" response header field matching the authentication scheme used by the client.

    Inheritance
    System.Object
    OAuthException
    OAuthInvalidClientException
    Inherited Members
    OAuthException.ToJsonResponse()
    OAuthException.OAuthErrorData
    Namespace: ImageVault.Common.Security.OAuth
    Assembly: ImageVault.Common.dll
    Syntax
    public class OAuthInvalidClientException : OAuthException

    Constructors

    OAuthInvalidClientException(String)

    Initializes a new instance of the OAuthInvalidClientException class.

    Declaration
    public OAuthInvalidClientException(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