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