Bearbeiten

Share via


CacheOptions type

Use this to configure the below cache configuration options:

type CacheOptions = {
  cacheLocation?: BrowserCacheLocation | string,
  secureCookies?: boolean,
  storeAuthStateInCookie?: boolean,
}