AuthenticatorResult interface

Properties

accessToken

The value of the access token resulting from an authentication process.

expiresOn

The date and time of expiration relative to Coordinated Universal Time (UTC).

Property Details

accessToken

The value of the access token resulting from an authentication process.

accessToken: string

Property Value

string

expiresOn

The date and time of expiration relative to Coordinated Universal Time (UTC).

expiresOn: Date

Property Value

Date