AuthenticationResult.ExpiresOn Property

Definition

Gets the point in time in which the Access Token returned in the AccessToken property ceases to be valid. This value is calculated based on current UTC time measured locally and the value expiresIn received from the service.

public DateTimeOffset ExpiresOn { get; }
member this.ExpiresOn : DateTimeOffset
Public ReadOnly Property ExpiresOn As DateTimeOffset

Property Value

Applies to