JWTHeader

case class JWTHeader(alg: Algorithm, extraHeader: JsObject)

Represent JWT Header

Value Params
alg

is algorithm that used to encrypt token

extraHeader

is represent

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def toJson: JsObject

Inherited methods

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

Concrete fields

val `type`: String