io.really.jwt

Members list

Concise view

Type members

Classlikes

sealed abstract class Algorithm extends Product with Serializable

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
object HS256.type
object HS384.type
object HS512.type
object NONE.type
object RS256.type
object RS384.type
object RS512.type
object Algorithm

Algorithm represent type of algorithms that used on JWT

Algorithm represent type of algorithms that used on JWT

Attributes

Companion:
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
object DerUtil

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
DerUtil.type
object JWT

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
JWT.type
abstract class JWTException(message: String) extends Exception

Attributes

Companion:
object
Graph
Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Known subtypes

Represent JWT Exceptions

Represent JWT Exceptions

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
case class JWTHeader(alg: Algorithm, extraHeader: JsObject)

Represent JWT Header

Represent JWT Header

Attributes

alg

is algorithm that used to encrypt token

extraHeader

is represent

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
sealed abstract class JWTResult extends Product with Serializable

Represent result from decode operation

Represent result from decode operation

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
object EmptyJWT.type
object InvalidHeader.type
object InvalidSignature.type
class JWT
object NotEnoughSegments.type
object TooManySegments.type
object JWTResult

Attributes

Companion:
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
object PemUtil

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
PemUtil.type