TokenResponse
The response token object returned on a successful request.
Declaration
object TokenResponseProperties
| Name | Type | Description |
|---|---|---|
access_token | string | A token used to access allowed data. |
expires_in | number | The amount of time, in seconds, before the access token expires. |
id_token | string | A JWT that contains the user’s identity information. |
refresh_token | string | The refresh token used to regenerate new access tokens when validating an authorization code. Store this token securely on your server. The refresh token isn’t returned when validating an existing refresh token. |
token_type | string | The type of access token, which is always |