Package | Description |
---|---|
io.vertx.ext.web.handler |
Modifier and Type | Method and Description |
---|---|
static JWTAuthHandler |
JWTAuthHandler.create(io.vertx.ext.auth.jwt.JWTAuth authProvider)
Create a JWT auth handler
|
static JWTAuthHandler |
JWTAuthHandler.create(io.vertx.ext.auth.jwt.JWTAuth authProvider,
String skip)
Create a JWT auth handler
|
JWTAuthHandler |
JWTAuthHandler.setAudience(List<String> audience)
Set the audience list
|
JWTAuthHandler |
JWTAuthHandler.setIgnoreExpiration(boolean ignoreExpiration)
Set whether expiration is ignored
|
JWTAuthHandler |
JWTAuthHandler.setIssuer(String issuer)
Set the issuer
|
Copyright © 2018. All rights reserved.