CachingJwksFetcher

zio.jwt.CachingJwksFetcher
final class CachingJwksFetcher(cache: Cache[URL, JwtValidationError, Jwks]) extends JwksFetcher

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def fetch(jwksUrl: URL): IO[JwtValidationError, Jwks]