Name | Type | Description | Notes |
---|---|---|---|
access_token | str | Access token. Token has a length of up to 128 characters. | |
refresh_token | str | Refresh token. Only set in case of grant_type='password'. Token has a length of up to 128 characters. | [optional] |
expires_in | int | Expiration time in seconds. A value of 0 means that the token never expires (unless it is explicitly invalidated, e.g. by revocation, or when a user gets locked). | |
scope | str | Requested scopes (it's always 'all') | |
token_type | str | Token type (it's always 'bearer') |