Package com.auth0.jwt

Class JWTVerifier

java.lang.Object
com.auth0.jwt.JWTVerifier
All Implemented Interfaces:
JWTVerifier

public final class JWTVerifier extends Object implements JWTVerifier
The JWTVerifier class holds the verify method to assert that a given Token has not only a proper JWT format, but also it's signature matches.

This class is thread-safe.