Field | Type | Required | Description | Example |
---|---|---|---|---|
refresh_token |
OptionalNullable[str] | ➖ | The refresh token can be used to obtain a new access token. | 1234567890abcdefghijklmnopqrstuvwxyz |
access_token |
Optional[str] | ➖ | Access token | 1234567890abcdefghijklmnopqrstuvwxyz |
issued_at |
date | ➖ | The datetime at which the token was issued. If omitted the token will be queued for refresh. | 2020-01-01T00:00:00Z |
expires_in |
OptionalNullable[int] | ➖ | The number of seconds until the token expires. If omitted the token will be queued for refresh. | 3600 |