JwtHeader

object JwtHeader
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(algorithm: Option[JwtAlgorithm], typ: Option[String], contentType: Option[String], keyId: Option[String]): JwtHeader
def apply(algorithm: Option[JwtAlgorithm]): JwtHeader
def apply(algorithm: JwtAlgorithm): JwtHeader
def apply(algorithm: JwtAlgorithm, typ: String): JwtHeader
def apply(algorithm: JwtAlgorithm, typ: String, contentType: String): JwtHeader
def apply(algorithm: JwtAlgorithm, typ: String, contentType: String, keyId: String): JwtHeader

Concrete fields

val DEFAULT_TYPE: String