Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 2.91 KB

credentials.md

File metadata and controls

11 lines (8 loc) · 2.91 KB

Credentials

Fields

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