class JwtHeader extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JwtHeader
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
- val algorithm: Option[JwtAlgorithm]
- def canEqual(other: Any): Boolean
- val contentType: Option[String]
-
def
equals(other: Any): Boolean
- Definition Classes
- JwtHeader → AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- JwtHeader → AnyRef → Any
- val keyId: Option[String]
- def toJson: String
-
def
toString(): String
- Definition Classes
- JwtHeader → AnyRef → Any
- val typ: Option[String]
-
def
withKeyId(keyId: String): JwtHeader
Assign a key id to the header
-
def
withType: JwtHeader
Assign the default type
JWT
to the header -
def
withType(typ: String): JwtHeader
Assign the type to the header