Skip to content

AccessTokens

AccessTokens = object

Defined in: src/http-api/interface.ts:26

Unencrypted access and (optional) refresh token

accessToken: string

Defined in: src/http-api/interface.ts:30

The new access token to use for authenticated requests


optional expiry?: Date

Defined in: src/http-api/interface.ts:38

Approximate date when the access token will expire, optional


optional refreshToken?: string

Defined in: src/http-api/interface.ts:34

The new refresh token to use for refreshing tokens, optional