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.
| Parameter | Type | Description |
|---|---|---|
as |
AuthorizationServer |
Authorization Server Metadata. |
client |
Client |
Client Metadata. |
clientAuthentication |
ClientAuth |
Client Authentication Method. |
refreshToken |
string |
Refresh Token value. |
options? |
TokenEndpointRequestOptions |
- |
Resolves with a Response to then invoke processRefreshTokenResponse with