Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 956 Bytes

ConnectionImportDataCredentials.md

File metadata and controls

15 lines (10 loc) · 956 Bytes

ConnectionImportDataCredentials

Properties

Name Type Description Notes
refresh_token str, none_type The refresh token can be used to obtain a new access token. [optional]
access_token str Access token [optional]
issued_at datetime, none_type The datetime at which the token was issued. If omitted the token will be queued for refresh. [optional]
expires_in int, none_type The number of seconds until the token expires. If omitted the token will be queued for refresh. [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]