io.really.jwt.JWTException
See theJWTException companion class
object JWTException
Represent JWT Exceptions
Attributes
- Companion
- class
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
JWTException.type
Members list
Type members
Classlikes
class InvalidPrivateKey() extends JWTException
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 JWTExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow 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 JWTExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
class NotEnoughSegments() extends JWTException
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 JWTExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow 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 JWTExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
In this article