JWTResult

object JWTResult
Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case object EmptyJWT extends JWTResult

Represent Failure Result from decode operation in case JWT is empty

Represent Failure Result from decode operation in case JWT is empty

case object InvalidHeader extends JWTResult

Represent Failure Result from decode operation in case JWT has invalid header

Represent Failure Result from decode operation in case JWT has invalid header

case object InvalidSignature extends JWTResult

Represent Failure Result from decode operation in case JWT has invalid Signature

Represent Failure Result from decode operation in case JWT has invalid Signature

case class JWT(header: JWTHeader, payload: JsObject) extends JWTResult

Represent JWT data

Represent JWT data

Value Params
header

is the header for jwt

payload

is the data for jwt

case object NotEnoughSegments extends JWTResult

Represent Failure Result from decode operation in case JWT has not enough segments

Represent Failure Result from decode operation in case JWT has not enough segments

case object TooManySegments extends JWTResult

Represent Failure Result from decode operation in case JWT has too many segments

Represent Failure Result from decode operation in case JWT has too many segments

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror