PublicKeyProvider

me.wojnowski.oidc4s.PublicKeyProvider$
See thePublicKeyProvider companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

object Error

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Error.type
sealed trait Error

Attributes

Companion:
object
Graph
Supertypes
trait Product
trait Equals
trait NoStackTrace
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
case class JsonWebKey(modulus: String, publicExponent: String, keyId: String)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class JsonWebKeySet(keys: List[JsonWebKey])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Types

type KeyId = String
type KeyMap = Map[KeyId, PublicKey]

Value members

Concrete methods

def cached[F[_] : Monad](delegate: PublicKeyProvider[F], cache: Cache[F, KeyMap]): PublicKeyProvider[F]
def jwks[F[_] : Monad](discovery: OpenIdConnectDiscovery[F])(transport: Transport[F], jsonSupport: JsonSupport): PublicKeyProvider[F]