Optional additionalA container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.
Human-readable name of the client. Control characters are rejected.
Optional clientURL of the home page of the client.
Optional grantOAuth 2.0 grant types the client may use.
Defaults to authorization_code and refresh_token when omitted.
Optional jwksURL referencing the client's JSON Web Key Set.
Optional logoURL referencing a logo for the client.
Optional policyURL pointing to the client's privacy policy.
Array of redirection URI strings used by the client in redirect-based flows.
Optional responseOAuth 2.0 response types the client may use. Only code is supported.
Optional scopeSpace-separated list of scope values the client may request.
Optional tokenRequested authentication method for the token endpoint. Only none is supported.
Optional tosURL pointing to the client's terms of service.
Generated using TypeDoc
Request payload for OAuth2 dynamic client registration as defined by RFC 7591.