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_ARGMethods in io.vertx.mutiny.ext.web.handler that return JWTAuthHandler Modifier and Type Method Description static JWTAuthHandlerJWTAuthHandler. create(JWTAuth authProvider)static JWTAuthHandlerJWTAuthHandler. create(JWTAuth authProvider, String realm)static JWTAuthHandlerJWTAuthHandler. newInstance(io.vertx.ext.web.handler.JWTAuthHandler arg)JWTAuthHandlerJWTAuthHandler. scopeDelimiter(String delimiter)JWTAuthHandlerJWTAuthHandler. withScope(String scope)JWTAuthHandlerJWTAuthHandler. withScopes(List<String> scopes) 
 -