AuthenticationResult.IsExtendedLifeTimeToken Property

Definition

Caution

This feature has been deprecated

In case when Azure AD has an outage, to be more resilient, it can return tokens with an expiration time, and also with an extended expiration time. The tokens are then automatically refreshed by MSAL when the time is more than the expiration time, except when ExtendedLifeTimeEnabled is true and the time is less than the extended expiration time. This goes in pair with Web APIs middleware which, when this extended life time is enabled, can accept slightly expired tokens. Client applications accept extended life time tokens only if the ExtendedLifeTimeEnabled Boolean is set to true on ClientApplicationBase.

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

Property Value

Attributes

Remarks

This feature is not in use

Applies to