JWTHeader

fmgp.crypto.JWTHeader
See theJWTHeader companion object
final case class JWTHeader(alg: Option[JWAAlgorithm], jku: Option[String], jwk: Option[String], kid: Option[String], typ: Option[String], cty: Option[String], crit: Option[Seq[String]])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product