Skip to content

You're viewing documentation for a pre-release version. View the latest stable version

Type Alias

JWKSCache

A thread-safe and atomic class for retrieving JSON Web Key Sets which honors the HTTP Cache-Control, Expires and Etag headers.
typealias JWKSCache = EndpointCache<JWKS>