AuthenticatorResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the result of an authentication process. Includes a security token and its expiration time.
public class AuthenticatorResult
type AuthenticatorResult = class
Public Class AuthenticatorResult
- Inheritance
-
AuthenticatorResult
Constructors
AuthenticatorResult() |
Properties
AccessToken |
Gets or sets the value of the access token resulting from an authentication process. |
ExpiresOn |
Gets or sets the date and time of expiration relative to Coordinated Universal Time (UTC). |