MsalCacheOptions Class

Definition

Cache options for the msal.js cache.

public ref class MsalCacheOptions
public class MsalCacheOptions
type MsalCacheOptions = class
Public Class MsalCacheOptions
Inheritance
MsalCacheOptions

Constructors

MsalCacheOptions()

Properties

CacheLocation

Gets or sets the cache location.

StoreAuthStateInCookie

Gets or sets whether to store the authentication state in a cookie.

Applies to