MsalMemoryTokenCacheOptions.AbsoluteExpirationRelativeToNow 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.
Gets or sets the value of the duration after which the cache entry will expire unless it's used This is the duration the tokens are kept in memory cache. In production, a higher value, up-to 90 days is recommended.
public TimeSpan AbsoluteExpirationRelativeToNow { get; set; }
member this.AbsoluteExpirationRelativeToNow : TimeSpan with get, set
Public Property AbsoluteExpirationRelativeToNow As TimeSpan
Property Value
The AbsoluteExpirationRelativeToNow value.