Packages

class JwtHeader extends AnyRef

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. All

Instance Constructors

  1. new JwtHeader(algorithm: Option[JwtAlgorithm], typ: Option[String], contentType: Option[String], keyId: Option[String])

Value Members

  1. val algorithm: Option[JwtAlgorithm]
  2. def canEqual(other: Any): Boolean
  3. val contentType: Option[String]
  4. def equals(other: Any): Boolean
    Definition Classes
    JwtHeader → AnyRef → Any
  5. def hashCode(): Int
    Definition Classes
    JwtHeader → AnyRef → Any
  6. val keyId: Option[String]
  7. def toJson: String
  8. def toString(): String
    Definition Classes
    JwtHeader → AnyRef → Any
  9. val typ: Option[String]
  10. def withKeyId(keyId: String): JwtHeader

    Assign a key id to the header

  11. def withType: JwtHeader

    Assign the default type JWT to the header

  12. def withType(typ: String): JwtHeader

    Assign the type to the header