IdTokenVerifier

me.wojnowski.oidc4s.IdTokenVerifier$
See theIdTokenVerifier 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 Result(rawHeaderJson: String, rawClaimsJson: String, decodedClaims: IdTokenClaims)

Attributes

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

Value members

Concrete methods

def create[F[_] : Clock](publicKeyProvider: PublicKeyProvider[F], discovery: OpenIdConnectDiscovery[F], jsonSupport: JsonSupport): IdTokenVerifier[F]