Optional
cacheUsed to specify the cacheLocation user wants to set. Valid values are "localStorage", "sessionStorage" and "memoryStorage".
Optional
cacheIf set, MSAL will attempt to migrate cache entries from older versions on initialization. By default this flag is set to true if cacheLocation is localStorage, otherwise false.
Optional
claimsFlag that determines whether access tokens are stored based on requested claims
Optional
secureIf set, MSAL sets the "Secure" flag on cookies so they can only be sent over HTTPS. By default this flag is set to false.
Optional
storeIf set, MSAL stores the auth request state required for validation of the auth flows in the browser cookies. By default this flag is set to false.
Optional
temporaryUsed to specify the temporaryCacheLocation user wants to set. Valid values are "localStorage", "sessionStorage" and "memoryStorage".
Generated using TypeDoc
Use this to configure the below cache configuration options: