AuthenticationResult.ExtendedExpiresOn Property

Definition

Caution

This feature has been deprecated

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

[System.Obsolete("This feature has been deprecated", false)]
public DateTimeOffset ExtendedExpiresOn { get; }
[<System.Obsolete("This feature has been deprecated", false)>]
member this.ExtendedExpiresOn : DateTimeOffset
Public ReadOnly Property ExtendedExpiresOn As DateTimeOffset

Property Value

Attributes

Applies to