Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 910 Bytes

OauthAccessTokenResponseEverlastingRefresh.md

File metadata and controls

20 lines (15 loc) · 910 Bytes

OauthAccessTokenResponseEverlastingRefresh

A successful OAuth access token response for the refresh token flow, with an added everlasting refresh token.

Properties

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]

[Back to Model list] [Back to API list] [Back to README]