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.
| Parameter | Type | Description |
|---|---|---|
as |
AuthorizationServer |
Authorization Server Metadata. |
metadata |
Partial<OmitSymbolProperties<Client>> |
Requested Client Metadata. |
options? |
DynamicClientRegistrationRequestOptions |
- |
Resolves with a Response to then invoke processDynamicClientRegistrationResponse with