CacheOptions: {
    claimsBasedCachingEnabled?: boolean;
}

Use this to configure credential cache preferences in the ClientConfiguration object

  • claimsBasedCachingEnabled - Sets whether tokens should be cached based on the claims hash. Default is false.

Type declaration

  • Optional claimsBasedCachingEnabled?: boolean

Generated using TypeDoc