Uses of Class
io.vertx.mutiny.ext.web.handler.JWTAuthHandler
Packages that use JWTAuthHandler
-
Uses of JWTAuthHandler in io.vertx.mutiny.ext.web.handler
Fields in io.vertx.mutiny.ext.web.handler with type parameters of type JWTAuthHandlerMethods in io.vertx.mutiny.ext.web.handler that return JWTAuthHandlerModifier and TypeMethodDescriptionstatic JWTAuthHandlerCreate a JWT auth handler.static JWTAuthHandlerCreate a JWT auth handler.static JWTAuthHandlerJWTAuthHandler.newInstance(io.vertx.ext.web.handler.JWTAuthHandler delegate) Creates a new instance of theJWTAuthHandler.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.