AuthenticatorResult interface
Properties
access |
The value of the access token resulting from an authentication process. |
expires |
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