OptionalclientOptionalclientOptionalredirectOptionalbaseOptionalplatformOptionaltestOptionalautoOptionalcacheConfiguration for the in-memory cache.
Optionalenabled?: booleanSet to false to disable the cache entirely.
OptionaldefaultTTL?: numberThe default Time-to-Live (TTL) for all cacheable requests, in seconds. This can be overridden on a per-request basis.
Optionalstore?: CacheStoreFor advanced use, you can provide your own cache store.
The provided object must conform to the CacheStore interface.
If not provided, the client will use a default in-memory store.
Whether to automatically refresh access tokens when they expire. When enabled, the client will automatically attempt to use the refresh token to obtain a new access token when a request fails with a 401 status.