Package com.auth0.jwt

Class 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.