Microsoft.Identity.Client.CacheOptions
Options for MSAL token caches.
namespace Microsoft.Identity.Client
{
public class CacheOptions
{
public static CacheOptions { get; }
public static CacheOptions DisableInternalCacheOptions { get; }
public bool { get; set; }
public bool IsInternalCacheDisabled { get; set; }
public CacheOptions();
public CacheOptions(bool useSharedCache);
}
}