Class JwtVerifier


  • public class JwtVerifier
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.concurrent.CompletableFuture<com.auth0.jwt.interfaces.DecodedJWT> verify​(java.lang.String token)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • verify

        public java.util.concurrent.CompletableFuture<com.auth0.jwt.interfaces.DecodedJWT> verify​(java.lang.String token)