OpenIdJwtValidator

soidc.core.OpenIdJwtValidator
See theOpenIdJwtValidator companion class

Attributes

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

Members list

Type members

Classlikes

final case class Config(minRequestDelay: FiniteDuration, timingLeeway: FiniteDuration, jwksProvider: JwksProvider)

Configuration settings for OpenIdJwtValidator

Configuration settings for OpenIdJwtValidator

Value parameters

jwksProvider

how to retrieve a JWKSet finally used to verify the token

minRequestDelay

minimum delay between requests to fetch an JWKS

timingLeeway

A short duration to extend timing validation (nbf and exp) to make up for clock skew

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class JwksState(jwks: JWKSet, lastUpdate: FiniteDuration, lastAccess: FiniteDuration)

For maintaining last fetch and access of this JWKS

For maintaining last fetch and access of this JWKS

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class State(jwks: Map[String, JwksState])

Maintains a JwksState per issuer.

Maintains a JwksState per issuer.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object State

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
State.type