JwkCacheEntry

data class JwkCacheEntry(val jwks: List<JWK>, val cachedAt: Instant)(source)

Represents a cache entry used in JwkCache

Parameters

jwks

A list of JWKs

cachedAt

The time the entry was cached at

Constructors

Link copied to clipboard
constructor(jwks: List<JWK>, cachedAt: Instant)

Properties

Link copied to clipboard
Link copied to clipboard
val jwks: List<JWK>