Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AccessToken

Package version

Represents an access token with an expiration time.

Hierarchy

  • AccessToken

Index

Properties

expiresOnTimestamp

expiresOnTimestamp: number

The access token's expiration timestamp in milliseconds, UNIX epoch time.

token

token: string

The access token returned by the authentication service.

Generated using TypeDoc