io.really.jwt

package io.really.jwt

Members list

Type members

Classlikes

sealed abstract class Algorithm extends Product, Serializable

Attributes

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

Algorithm represent type of algorithms that used on JWT

Algorithm represent type of algorithms that used on JWT

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Algorithm.type
object DerUtil

Attributes

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

Attributes

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

Attributes

Companion
object
Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
object JWTException

Represent JWT Exceptions

Represent JWT Exceptions

Attributes

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

Represent JWT Header

Represent JWT Header

Value parameters

alg

is algorithm that used to encrypt token

extraHeader

is represent

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed abstract class JWTResult extends Product, Serializable

Represent result from decode operation

Represent result from decode operation

Attributes

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

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
JWTResult.type
object PemUtil

Attributes

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