Module token_cache

Source
Expand description

Provides functionality for caching access tokens and id tokens.

Structs§

CachedTokenProvider
Wraps a TokenProvider in a cache, only invokes the inner TokenProvider if the token in cache is expired, or if it doesn’t exist.
TokenCache
An in-memory cache for caching tokens.

Enums§

TokenOrRequestReason

Traits§

CacheableToken