Uses of Class
io.vertx.mutiny.ext.web.client.OAuth2WebClient
Packages that use OAuth2WebClient
-
Uses of OAuth2WebClient in io.vertx.mutiny.ext.web.client
Fields in io.vertx.mutiny.ext.web.client with type parameters of type OAuth2WebClientModifier and TypeFieldDescriptionstatic final TypeArg<OAuth2WebClient>
OAuth2WebClient.__TYPE_ARG
Methods in io.vertx.mutiny.ext.web.client that return OAuth2WebClientModifier and TypeMethodDescriptionstatic 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.withCredentials
(io.vertx.ext.auth.authentication.Credentials credentials)