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.
This option is deprecated and will be removed in the next major version.
Optional cacheUsed to specify the number of days cache entries written by previous versions of MSAL.js should be retained in the browser. Defaults to 5 days.
Optional claimsFlag that determines whether access tokens are stored based on requested claims
This option is deprecated and will be removed in the next major version.
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 true.
This option will be removed in the next major version and all cookies set will include the Secure attribute.
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.
This option is deprecated and will be removed in the next major version.
Optional temporaryUsed to specify the temporaryCacheLocation user wants to set. Valid values are "localStorage", "sessionStorage" and "memoryStorage".
This option is deprecated and will be removed in the next major version.
Generated using TypeDoc
Use this to configure the below cache configuration options: