AuthTokenDetails
Export
AuthTokenDetails
Properties
expirationTime
expirationTime: number;
Unix timestamp for when this token expires (in seconds since epoch UTC).
Memberof
AuthTokenDetails
token
token: string;
An authentication token that can be passed to any endpoint via Bearer Authentication
Memberof
AuthTokenDetails