All Downloads are FREE. Search and download functionalities are using the official Maven repository.

t-scala.jwt-core_3.10.0.1.source-code.JwtOptions.scala Maven / Gradle / Ivy

package pdi.jwt

case class JwtOptions(
    signature: Boolean = true,
    expiration: Boolean = true,
    notBefore: Boolean = true,
    leeway: Long = 0 // in seconds
)

object JwtOptions {
  val DEFAULT = new JwtOptions()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy