Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.75 KB

refreshTokenGrantRequest.md

File metadata and controls

32 lines (21 loc) · 1.75 KB

Function: refreshTokenGrantRequest()

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


refreshTokenGrantRequest(as, client, clientAuthentication, refreshToken, options?): Promise<Response>

Performs a Refresh Token Grant request at the as.token_endpoint.

Parameters

Parameter Type Description
as AuthorizationServer Authorization Server Metadata.
client Client Client Metadata.
clientAuthentication ClientAuth Client Authentication Method.
refreshToken string Refresh Token value.
options? TokenEndpointRequestOptions -

Returns

Promise<Response>

See