Function: processDynamicClientRegistrationResponse()
August 29, 2025 ยท 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.
โธ processDynamicClientRegistrationResponse(response): Promise<OmitSymbolProperties<Client>>
Validates Response instance to be one coming from the
as.registration\_endpoint.
Parameters
| Parameter | Type | Description |
|---|---|---|
response | Response | Resolved value from dynamicClientRegistrationRequest. |
Returns
Promise<OmitSymbolProperties<Client>>
Resolves with an object representing the parsed successful response. OAuth 2.0 protocol style errors are rejected using ResponseBodyError. WWW-Authenticate HTTP Header challenges are rejected with WWWAuthenticateChallengeError.