Uses of Class
io.vertx.mutiny.ext.web.handler.OAuth2AuthHandler
-
Packages that use OAuth2AuthHandler Package Description io.vertx.mutiny.ext.web.handler -
-
Uses of OAuth2AuthHandler in io.vertx.mutiny.ext.web.handler
Fields in io.vertx.mutiny.ext.web.handler with type parameters of type OAuth2AuthHandler Modifier and Type Field Description static TypeArg<OAuth2AuthHandler>OAuth2AuthHandler. __TYPE_ARGMethods in io.vertx.mutiny.ext.web.handler that return OAuth2AuthHandler Modifier and Type Method Description static OAuth2AuthHandlerOAuth2AuthHandler. create(Vertx vertx, OAuth2Auth authProvider)static OAuth2AuthHandlerOAuth2AuthHandler. create(Vertx vertx, OAuth2Auth authProvider, String callbackURL)OAuth2AuthHandlerOAuth2AuthHandler. extraParams(io.vertx.core.json.JsonObject extraParams)static OAuth2AuthHandlerOAuth2AuthHandler. newInstance(io.vertx.ext.web.handler.OAuth2AuthHandler arg)OAuth2AuthHandlerOAuth2AuthHandler. pkceVerifierLength(int length)OAuth2AuthHandlerOAuth2AuthHandler. prompt(String prompt)OAuth2AuthHandlerOAuth2AuthHandler. setupCallback(Route route)OAuth2AuthHandlerOAuth2AuthHandler. withScope(String scope)OAuth2AuthHandlerOAuth2AuthHandler. withScopes(List<String> scopes)
-