public class JWTAuthRefreshHandler
public JWTAuthRefreshHandler(@NotNull
io.vertx.ext.auth.jwt.JWTAuth jwtAuth,
@NotNull
io.vertx.ext.auth.jwt.JWTAuth jwtAuthRefresh,
int tokenExpireSeconds,
int refreshExpireSeconds,
boolean refreshAfterExpired)
public void handle(@NotNull
io.vertx.ext.web.RoutingContext ctx)
@NotNull protected io.vertx.ext.auth.jwt.JWTAuth getJwtAuth()
@NotNull protected io.vertx.ext.auth.jwt.JWTAuth getJwtAuthRefresh()
protected int getTokenExpireSeconds()
protected int getRefreshExpireSeconds()
protected boolean getRefreshAfterExpired()