Function: dynamicClientRegistrationRequest()
March 6, 2026 ยท View on GitHub
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
| Parameter | Type | Description |
|---|---|---|
as | AuthorizationServer | Authorization Server Metadata. |
metadata | Partial<OmitSymbolProperties<Client>> | Requested Client Metadata. |
options? | DynamicClientRegistrationRequestOptions | - |
Returns
Resolves with a Response to then invoke processDynamicClientRegistrationResponse with