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

.jwt-core-legacy_2.12.1.1.0.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