CacheOptions type
Use this to configure the below cache configuration options:
type CacheOptions = {
cacheLocation?: BrowserCacheLocation | string,
secureCookies?: boolean,
storeAuthStateInCookie?: boolean,
}
Dieser Browser wird nicht mehr unterstützt.
Führen Sie ein Upgrade auf Microsoft Edge durch, um die neuesten Features, Sicherheitsupdates und den technischen Support zu nutzen.
Use this to configure the below cache configuration options:
type CacheOptions = {
cacheLocation?: BrowserCacheLocation | string,
secureCookies?: boolean,
storeAuthStateInCookie?: boolean,
}