Microsoft.Identity.Client.CacheOptions
Options for MSAL token caches.
Recommended options for using a static cache.
Share the cache between all ClientApplication objects. The cache becomes static. Defaults to false.
public CacheOptions()
Constructor for the options with default values.
Constructor