MsalMemoryTokenCacheOptions.AbsoluteExpirationRelativeToNow Property

Definition

Overloads

AbsoluteExpirationRelativeToNow

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.

AbsoluteExpirationRelativeToNow

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.

Applies to