Uses of Class
io.vertx.mutiny.ext.auth.jwt.JWTAuth
Packages that use JWTAuth
-
Uses of JWTAuth in io.vertx.mutiny.ext.auth.jwt
Fields in io.vertx.mutiny.ext.auth.jwt with type parameters of type JWTAuthMethods in io.vertx.mutiny.ext.auth.jwt that return JWTAuthModifier and TypeMethodDescriptionJWTAuth.authenticateAndForget(io.vertx.ext.auth.authentication.Credentials credentials) Authenticate a user.static JWTAuthCreate a JWT auth providerstatic JWTAuthJWTAuth.newInstance(io.vertx.ext.auth.jwt.JWTAuth delegate) Creates a new instance of theJWTAuth. -
Uses of JWTAuth in io.vertx.mutiny.ext.web.handler
Methods in io.vertx.mutiny.ext.web.handler with parameters of type JWTAuthModifier and TypeMethodDescriptionstatic JWTAuthHandlerCreate a JWT auth handler.static JWTAuthHandlerCreate a JWT auth handler.