Share via


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

Name Description
MsalCacheOptions()

Properties

Name Description
CacheLocation

Gets or sets the cache location.

StoreAuthStateInCookie

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

Applies to