MsalMemoryTokenCacheOptions Class
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.
MSAL's in-memory token cache options.
public class MsalMemoryTokenCacheOptions
type MsalMemoryTokenCacheOptions = class
Public Class MsalMemoryTokenCacheOptions
- Inheritance
-
MsalMemoryTokenCacheOptions
Constructors
MsalMemoryTokenCacheOptions() |
Initializes a new instance of the MsalMemoryTokenCacheOptions class. By default, the sliding expiration is set for 14 days. |
Properties
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. |