IRefreshTokenResponse Interface representing a refresh token response.
Refresh Token
const refreshTokenResponse: IRefreshTokenResponse = { access: "NEW_ACCESS_TOKEN"}; Copy
const refreshTokenResponse: IRefreshTokenResponse = { access: "NEW_ACCESS_TOKEN"};
The new access token.
IRefreshTokenResponse Interface representing a refresh token response.
See
Refresh Token
Example