CacheOptions type

Use this to configure the below cache configuration options:

  • cachePlugin - Plugin for reading and writing token cache to disk.
type CacheOptions = { cachePlugin?: ICachePlugin }