io.really.jwt

Type members

Classlikes

sealed trait Algorithm
Companion
object
object Algorithm

Algorithm represent type of algorithms that used on JWT

Algorithm represent type of algorithms that used on JWT

Companion
class
object AlgorithmFmt extends Format[Algorithm]

Represent Reads and Writes for Algorithm

Represent Reads and Writes for Algorithm

object DerUtil
object JWT
abstract class JWTException(message: String) extends Exception
Companion
object
object JWTException

Represent JWT Exceptions

Represent JWT Exceptions

Companion
class
case class JWTHeader(alg: Algorithm, extraHeader: JsObject)

Represent JWT Header

Represent JWT Header

Value Params
alg

is algorithm that used to encrypt token

extraHeader

is represent

sealed trait JWTResult

Represent result from decode operation

Represent result from decode operation

Companion
object
object JWTResult
Companion
class
object PemUtil