Class JwtVerifier
- java.lang.Object
 - 
- org.curioswitch.common.server.framework.auth.jwt.JwtVerifier
 
 
- 
public class JwtVerifier extends java.lang.Object 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJwtVerifier.Algorithmstatic interfaceJwtVerifier.Factory 
- 
Constructor Summary
Constructors Constructor Description JwtVerifier(PublicKeysManager.Factory publicKeysManagerFactory, JwtVerifier.Algorithm algorithm, java.lang.String publicKeysUrl) 
- 
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) 
 - 
 
- 
- 
Constructor Detail
- 
JwtVerifier
public JwtVerifier(PublicKeysManager.Factory publicKeysManagerFactory, JwtVerifier.Algorithm algorithm, java.lang.String publicKeysUrl)
 
 - 
 
 -