Module tame_oauth::token_cache
source · Expand description
Provides functionality for caching access tokens and id tokens.
Structs
- Wraps a
TokenProviderin a cache, only invokes the innerTokenProviderif the token in cache is expired, or if it doesn’t exist. - An in-memory cache for caching tokens.