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
refreshToken JsonNullable<String> The refresh token can be used to obtain a new access token. 1234567890abcdefghijklmnopqrstuvwxyz
accessToken Optional<String> Access token 1234567890abcdefghijklmnopqrstuvwxyz
issuedAt OffsetDateTime The datetime at which the token was issued. If omitted the token will be queued for refresh. 2020-01-01T00:00:00Z
expiresIn JsonNullable<Long> The number of seconds until the token expires. If omitted the token will be queued for refresh. 3600