CacheOptions: {
    cachePlugin?: ICachePlugin;
    claimsBasedCachingEnabled?: boolean;
}

Use this to configure the below cache configuration options:

  • cachePlugin - Plugin for reading and writing token cache to disk.

Type declaration

  • Optional cachePlugin?: ICachePlugin
  • Optional claimsBasedCachingEnabled?: boolean

Generated using TypeDoc