Uses of Class
io.vertx.rxjava3.ext.web.handler.JWTAuthHandler
Packages that use JWTAuthHandler
-
Uses of JWTAuthHandler in io.vertx.rxjava3.ext.web.handler
Fields in io.vertx.rxjava3.ext.web.handler with type parameters of type JWTAuthHandlerModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<JWTAuthHandler> JWTAuthHandler.__TYPE_ARGMethods in io.vertx.rxjava3.ext.web.handler that return JWTAuthHandlerModifier and TypeMethodDescriptionstatic JWTAuthHandlerCreate a JWT auth handler.static JWTAuthHandlerCreate a JWT auth handler.static JWTAuthHandlerJWTAuthHandler.newInstance(JWTAuthHandler arg) JWTAuthHandler.scopeDelimiter(String delimiter) Set the scope delimiter.Return a new instance with the internal state copied from the caller but the scopes to be requested during a token request are unique to the instance.JWTAuthHandler.withScopes(List<String> scopes) Return a new instance with the internal state copied from the caller but the scopes to be requested during a token request are unique to the instance. -
Uses of JWTAuthHandler in io.vertx.rxjava3.ext.web.openapi.router
Methods in io.vertx.rxjava3.ext.web.openapi.router with parameters of type JWTAuthHandlerModifier and TypeMethodDescriptionSecurity.httpHandler(JWTAuthHandler handler) Configure the to be used when creating the router.