JwksFetcherLive

zio.jwt.JwksFetcherLive
See theJwksFetcherLive companion object
final class JwksFetcherLive(trustStoreFile: String, trustStorePasswd: String) extends JwksFetcher

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

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