AuthenticationResult.ExtendedExpiresOn Property
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.
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