Header

io.github.edadma.apion.JWT.Header
See theHeader companion object
case class Header(alg: String, typ: String)

JWT Header containing algorithm and token type. Currently only supports HS256 algorithm.

Value parameters

alg

Algorithm used for signing (HS256 = HMAC-SHA256)

typ

Token type, always "JWT"

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

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product