Function: dynamicClientRegistrationRequest()

March 6, 2026 ยท View on GitHub

๐Ÿ’— Help the project

Support from the community to continue maintaining and improving this module is welcome. If you find the module useful, please consider supporting the project by becoming a sponsor.


โ–ธ dynamicClientRegistrationRequest(as, metadata, options?): Promise<Response>

Performs a Dynamic Client Registration at the as.registration\_endpoint using the provided client metadata.

Parameters

ParameterTypeDescription
asAuthorizationServerAuthorization Server Metadata.
metadataPartial<OmitSymbolProperties<Client>>Requested Client Metadata.
options?DynamicClientRegistrationRequestOptions-

Returns

Promise<Response>

Resolves with a Response to then invoke processDynamicClientRegistrationResponse with

See