Packages

p

io.oath.jwt

config

package config

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. config
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class JwtIssuerConfig(algorithm: Algorithm, encrypt: Option[EncryptConfig], registered: RegisteredConfig) extends Product with Serializable
  2. final case class JwtManagerConfig(issuer: JwtIssuerConfig, verifier: JwtVerifierConfig) extends Product with Serializable
  3. final case class JwtVerifierConfig(algorithm: Algorithm, encrypt: Option[EncryptConfig], providedWith: ProvidedWithConfig, leewayWindow: LeewayWindowConfig) extends Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped