Expand description
Provides functionality for caching access tokens and id tokens.
Structs§
- Cached
Token Provider - Wraps a
TokenProviderin a cache, only invokes the innerTokenProviderif the token in cache is expired, or if it doesn’t exist. - Token
Cache - An in-memory cache for caching tokens.