A successful OAuth access token response for the refresh token flow, with an added everlasting refresh token.
Name | Type | Description | Notes |
---|---|---|---|
access_token | str | ||
expires_in | int | ||
scope | str | ||
refresh_token | str | ||
refresh_token_expires_in | int | ||
refresh_token_expires_at | int | ||
token_type | str | defaults to "bearer" | |
response_type | str | [optional] | |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |