Response payload for a successful OAuth2 dynamic client registration as defined by RFC 7591.

Hierarchy

  • OAuthClientRegistrationResponse

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
clientId: string

Unique identifier assigned to the registered client.

clientName: string

Human-readable name of the client.

OAuth 2.0 grant types registered for the client.

redirectUris: string[]

Redirection URIs registered for the client.

OAuth 2.0 response types registered for the client.

tokenEndpointAuthMethod: string

Authentication method registered for the token endpoint. Always none.

Generated using TypeDoc