package jwt
Provides classes and objects that define JWT Types
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- jwt
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- sealed trait Algorithm extends AnyRef
- 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
trait
JWTResult extends AnyRef
Represent result from decode operation
Value Members
-
object
Algorithm
Algorithm represent type of algorithms that used on JWT
-
implicit
object
AlgorithmFmt extends Format[Algorithm]
Represent Reads and Writes for Algorithm
- object DerUtil
- object JWT
-
object
JWTException extends Serializable
Represent JWT Exceptions
- object JWTResult
- object PemUtil