StdHeader

case class StdHeader(`type`: JWTType, algorithm: String, contentType: Option[String], critical: Option[NonEmptyList[String]], jku: Option[String], jwk: Option[String], kid: Option[String], x5u: Option[String]) extends Header
trait Serializable
trait Product
trait Equals
trait Header
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product