Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.72 KB

File metadata and controls

31 lines (20 loc) · 1.72 KB

Function: processGenericTokenEndpointResponse()

💗 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.


processGenericTokenEndpointResponse(as, client, response, options?): Promise<TokenEndpointResponse>

Validates Token Endpoint Response instance to be one coming from the as.token\_endpoint.

Parameters

Parameter Type Description
as AuthorizationServer Authorization Server Metadata.
client Client Client Metadata.
response Response Resolved value from genericTokenEndpointRequest.
options? ProcessTokenResponseOptions -

Returns

Promise<TokenEndpointResponse>

See