Tokens - AckeeCZ/petrus GitHub Wiki

Interface: Tokens

Table of contents

Properties

Properties

accessToken

accessToken: Object

Type declaration

Name Type Description
expiration? null | string If expiration is omitted, then petrus won't automatically refresh the access token.
token string -

Defined in

src/types/index.ts:37


refreshToken

Optional refreshToken: Object

Type declaration

Name Type
token string

Defined in

src/types/index.ts:45