Uses of Class
io.vertx.mutiny.ext.web.client.OAuth2WebClient
-
Packages that use OAuth2WebClient Package Description io.vertx.mutiny.ext.web.client -
-
Uses of OAuth2WebClient in io.vertx.mutiny.ext.web.client
Fields in io.vertx.mutiny.ext.web.client with type parameters of type OAuth2WebClient Modifier and Type Field Description static TypeArg<OAuth2WebClient>
OAuth2WebClient. __TYPE_ARG
Methods in io.vertx.mutiny.ext.web.client that return OAuth2WebClient Modifier and Type Method Description static OAuth2WebClient
OAuth2WebClient. create(WebClient webClient, OAuth2Auth oAuth2Auth)
static OAuth2WebClient
OAuth2WebClient. create(WebClient webClient, OAuth2Auth oAuth2Auth, io.vertx.ext.web.client.OAuth2WebClientOptions options)
static OAuth2WebClient
OAuth2WebClient. newInstance(io.vertx.ext.web.client.OAuth2WebClient arg)
OAuth2WebClient
OAuth2WebClient. withCredentials(io.vertx.ext.auth.authentication.Credentials credentials)
-