Uses of Class
io.vertx.rxjava3.ext.auth.jwt.JWTAuth
Packages that use JWTAuth
-
Uses of JWTAuth in io.vertx.rxjava3.ext.auth.jwt
Fields in io.vertx.rxjava3.ext.auth.jwt with type parameters of type JWTAuthModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<JWTAuth> JWTAuth.__TYPE_ARGMethods in io.vertx.rxjava3.ext.auth.jwt that return JWTAuthModifier and TypeMethodDescriptionstatic JWTAuthJWTAuth.create(Vertx vertx, JWTAuthOptions config) Create a JWT auth providerstatic JWTAuthJWTAuth.newInstance(JWTAuth arg) -
Uses of JWTAuth in io.vertx.rxjava3.ext.web.handler
Methods in io.vertx.rxjava3.ext.web.handler with parameters of type JWTAuthModifier and TypeMethodDescriptionstatic JWTAuthHandlerCreate a JWT auth handler.static JWTAuthHandlerCreate a JWT auth handler.