CacheOptions type
Use this to configure the below cache configuration options:
type CacheOptions = {
cacheLocation?: BrowserCacheLocation | string,
secureCookies?: boolean,
storeAuthStateInCookie?: boolean,
}
Deze browser wordt niet meer ondersteund.
Upgrade naar Microsoft Edge om te profiteren van de nieuwste functies, beveiligingsupdates en technische ondersteuning.
Use this to configure the below cache configuration options:
type CacheOptions = {
cacheLocation?: BrowserCacheLocation | string,
secureCookies?: boolean,
storeAuthStateInCookie?: boolean,
}