AccessToken interface

Represents an access token with an expiration time.

Properties

expiresOnTimestamp

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

token

The access token returned by the authentication service.

Property Details

expiresOnTimestamp

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

expiresOnTimestamp: number

Property Value

number

token

The access token returned by the authentication service.

token: string

Property Value

string