Error payload returned by OAuth2 dynamic client registration as defined by RFC 7591.

Hierarchy

  • OAuthClientRegistrationError

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
error: string

Single ASCII error code per RFC 7591, such as invalid_request or invalid_client_metadata.

errorDescription: string

Human-readable description of the error.

Generated using TypeDoc