AccessTokens
AccessTokens =
object
Defined in: src/http-api/interface.ts:26
Unencrypted access and (optional) refresh token
Properties
Section titled “Properties”accessToken
Section titled “accessToken”accessToken:
string
Defined in: src/http-api/interface.ts:30
The new access token to use for authenticated requests
expiry?
Section titled “expiry?”
optionalexpiry?:Date
Defined in: src/http-api/interface.ts:38
Approximate date when the access token will expire, optional
refreshToken?
Section titled “refreshToken?”
optionalrefreshToken?:string
Defined in: src/http-api/interface.ts:34
The new refresh token to use for refreshing tokens, optional