package jwt
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- sealed abstract class Algorithm extends Product with Serializable
- abstract class JWTException extends Exception
- case class JWTHeader(alg: Algorithm, extraHeader: JsObject = Json.obj()) extends Product with Serializable
Represent JWT Header
Represent JWT Header
- alg
is algorithm that used to encrypt token
- extraHeader
is represent
- sealed abstract class JWTResult extends Product with Serializable
Represent result from decode operation
Value Members
- object Algorithm extends Serializable
Algorithm represent type of algorithms that used on JWT
- object DerUtil
- object JWT
- object JWTException extends Serializable
Represent JWT Exceptions
- object JWTResult extends Serializable
- object PemUtil