Uses of Interface
com.auth0.jwt.interfaces.DecodedJWT
Packages that use DecodedJWT
-
Uses of DecodedJWT in com.auth0.jwt
Classes in com.auth0.jwt that implement DecodedJWTModifier and TypeClassDescription(package private) final class
The JWTDecoder class holds the decode method to parse a given JWT token into it's JWT representation.Methods in com.auth0.jwt that return DecodedJWTModifier and TypeMethodDescriptionstatic DecodedJWT
Decode a given Json Web Token.Decode a given Json Web Token.JWTVerifier.verify
(DecodedJWT jwt) Perform the verification against the given decoded JWT, using any previous configured options.Perform the verification against the given Token, using any previous configured options.Methods in com.auth0.jwt with parameters of type DecodedJWTModifier and TypeMethodDescriptionJWTVerifier.verify
(DecodedJWT jwt) Perform the verification against the given decoded JWT, using any previous configured options.private void
JWTVerifier.verifyAlgorithm
(DecodedJWT jwt, Algorithm expectedAlgorithm) private void
JWTVerifier.verifyClaims
(DecodedJWT jwt, Map<String, Object> claims) -
Uses of DecodedJWT in com.auth0.jwt.algorithms
Methods in com.auth0.jwt.algorithms with parameters of type DecodedJWTModifier and TypeMethodDescriptionabstract void
Algorithm.verify
(DecodedJWT jwt) Verify the given token using this Algorithm instance.void
ECDSAAlgorithm.verify
(DecodedJWT jwt) void
HMACAlgorithm.verify
(DecodedJWT jwt) void
NoneAlgorithm.verify
(DecodedJWT jwt) void
RSAAlgorithm.verify
(DecodedJWT jwt) -
Uses of DecodedJWT in com.auth0.jwt.interfaces
Methods in com.auth0.jwt.interfaces that return DecodedJWTModifier and TypeMethodDescriptionJWTVerifier.verify
(DecodedJWT jwt) Performs the verification against the given decoded JWTPerforms the verification against the given TokenMethods in com.auth0.jwt.interfaces with parameters of type DecodedJWTModifier and TypeMethodDescriptionJWTVerifier.verify
(DecodedJWT jwt) Performs the verification against the given decoded JWT