refreshToken Method
Deprecated Use OidcAgentClient.getAccessToken instead to always get a valid token.
Refresh the access token - simply checks if the token is still valid before re-fetching a new access token
refreshToken(requestContext: ClientRequestContext, jwt: AccessToken): Promise<AccessToken>
| Parameter | Type | Description |
|---|---|---|
| requestContext | ClientRequestContext | |
| jwt | AccessToken |
Defined in
Last Updated: 08 January, 2020