JWTException

io.really.jwt.JWTException
See theJWTException companion class
object JWTException

Represent JWT Exceptions

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

Represent Exception that throw when you try to use an invalid private key

Represent Exception that throw when you try to use an invalid private key

Attributes

Supertypes
class JWTException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
class InvalidPublicKey() extends JWTException

Represent Exception that throw when you try to use an invalid public key

Represent Exception that throw when you try to use an invalid public key

Attributes

Supertypes
class JWTException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Represent Exception that throw when you try decode token contain less than three parts

Represent Exception that throw when you try decode token contain less than three parts

Attributes

Supertypes
class JWTException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
class TooManySegments() extends JWTException

Represent Exception that throw when you try decode token contain more than three parts

Represent Exception that throw when you try decode token contain more than three parts

Attributes

Supertypes
class JWTException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all