JwkCache

interface JwkCache(source)

Interface responsible to cache JWKs

Inheritors

Functions

Link copied to clipboard
abstract suspend fun get(): JwkCacheEntry?

Returns the current JwkCacheEntry, or null if no cache entry was found

Link copied to clipboard
abstract suspend fun set(entry: JwkCacheEntry)

Updates the current cache entry with entry