JWTException

object JWTException

Represent JWT Exceptions

Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

Represent Exception that throw when you try to use an unknown Algorithm

Represent Exception that throw when you try to use an unknown Algorithm

class InvalidKey() extends JWTException

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

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

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

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

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

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