CacheOptions type
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 CacheOptions = { claimsBasedCachingEnabled?: boolean }