Share via


AuthenticatorResult Class

Definition

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).

Applies to