JoseHeader

soidc.jwt.JoseHeader
See theJoseHeader companion object
final case class JoseHeader

Attributes

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

Members list

Value members

Concrete methods

def withContentType(cty: String): JoseHeader
def withValue[V](param: ParameterName, value: V)(using evidence$1: ToJson[V]): JoseHeader

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product