Uses of Class
io.vertx.mutiny.ext.web.handler.JWTAuthHandler
-
Packages that use JWTAuthHandler Package Description io.vertx.mutiny.ext.web.handler -
-
Uses of JWTAuthHandler in io.vertx.mutiny.ext.web.handler
Fields in io.vertx.mutiny.ext.web.handler with type parameters of type JWTAuthHandler Modifier and Type Field Description static TypeArg<JWTAuthHandler>
JWTAuthHandler. __TYPE_ARG
Methods in io.vertx.mutiny.ext.web.handler that return JWTAuthHandler Modifier and Type Method Description static JWTAuthHandler
JWTAuthHandler. create(JWTAuth authProvider)
static JWTAuthHandler
JWTAuthHandler. create(JWTAuth authProvider, String realm)
static JWTAuthHandler
JWTAuthHandler. newInstance(io.vertx.ext.web.handler.JWTAuthHandler arg)
JWTAuthHandler
JWTAuthHandler. scopeDelimiter(String delimiter)
JWTAuthHandler
JWTAuthHandler. withScope(String scope)
JWTAuthHandler
JWTAuthHandler. withScopes(List<String> scopes)
-