Uses of Package
com.auth0.jwt.exceptions
-
Packages that use com.auth0.jwt.exceptions Package Description com.auth0.jwt com.auth0.jwt.algorithms com.auth0.jwt.exceptions com.auth0.jwt.impl Contains parts of the internal implementation of this library.com.auth0.jwt.interfaces -
Classes in com.auth0.jwt.exceptions used by com.auth0.jwt Class Description JWTCreationException The exception that is thrown when a JWT cannot be created.JWTDecodeException The exception that is thrown when any part of the token contained an invalid JWT or JSON format.JWTVerificationException Parent to all the exception thrown while verifying a JWT. -
Classes in com.auth0.jwt.exceptions used by com.auth0.jwt.algorithms Class Description SignatureGenerationException The exception that is thrown when signature is not able to be generated.SignatureVerificationException The exception that is thrown if the Signature verification fails. -
Classes in com.auth0.jwt.exceptions used by com.auth0.jwt.exceptions Class Description InvalidClaimException The exception that will be thrown while verifying Claims of a JWT.JWTCreationException The exception that is thrown when a JWT cannot be created.JWTVerificationException Parent to all the exception thrown while verifying a JWT. -
Classes in com.auth0.jwt.exceptions used by com.auth0.jwt.impl Class Description JWTDecodeException The exception that is thrown when any part of the token contained an invalid JWT or JSON format. -
Classes in com.auth0.jwt.exceptions used by com.auth0.jwt.interfaces Class Description JWTDecodeException The exception that is thrown when any part of the token contained an invalid JWT or JSON format.JWTVerificationException Parent to all the exception thrown while verifying a JWT.