Uses of Class
com.auth0.jwt.exceptions.JWTVerificationException
-
Packages that use JWTVerificationException Package Description com.auth0.jwt com.auth0.jwt.exceptions com.auth0.jwt.interfaces -
-
Uses of JWTVerificationException in com.auth0.jwt
Methods in com.auth0.jwt that throw JWTVerificationException Modifier and Type Method Description DecodedJWT
JWTVerifier. verify(DecodedJWT jwt)
Perform the verification against the given decoded JWT, using any previous configured options.DecodedJWT
JWTVerifier. verify(String token)
Perform the verification against the given Token, using any previous configured options. -
Uses of JWTVerificationException in com.auth0.jwt.exceptions
Subclasses of JWTVerificationException in com.auth0.jwt.exceptions Modifier and Type Class Description class
AlgorithmMismatchException
class
InvalidClaimException
class
JWTDecodeException
class
SignatureVerificationException
class
TokenExpiredException
-
Uses of JWTVerificationException in com.auth0.jwt.interfaces
Methods in com.auth0.jwt.interfaces that throw JWTVerificationException Modifier and Type Method Description DecodedJWT
JWTVerifier. verify(DecodedJWT jwt)
Performs the verification against the given decoded JWTDecodedJWT
JWTVerifier. verify(String token)
Performs the verification against the given Token
-