Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 2.07 KB

File metadata and controls

34 lines (22 loc) · 2.07 KB

Function: dynamicClientRegistrationRequest()

💗 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

Parameter Type Description
as AuthorizationServer Authorization Server Metadata.
metadata Partial<OmitSymbolProperties<Client>> Requested Client Metadata.
options? DynamicClientRegistrationRequestOptions -

Returns

Promise<Response>

Resolves with a Response to then invoke processDynamicClientRegistrationResponse with

See