Packages

object JwtHeader

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JwtHeader
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val DEFAULT_TYPE: String
  2. def apply(algorithm: JwtAlgorithm, typ: String, contentType: String, keyId: String): JwtHeader
  3. def apply(algorithm: JwtAlgorithm, typ: String, contentType: String): JwtHeader
  4. def apply(algorithm: JwtAlgorithm, typ: String): JwtHeader
  5. def apply(algorithm: JwtAlgorithm): JwtHeader
  6. def apply(algorithm: Option[JwtAlgorithm]): JwtHeader
  7. def apply(algorithm: Option[JwtAlgorithm] = None, typ: Option[String] = None, contentType: Option[String] = None, keyId: Option[String] = None): JwtHeader