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_ARGMethods in io.vertx.mutiny.ext.web.client that return OAuth2WebClientModifier and TypeMethodDescriptionstatic OAuth2WebClientOAuth2WebClient.create(WebClient webClient, OAuth2Auth oAuth2Auth) Create a session aware web client using the providedwebClientinstance.static OAuth2WebClientOAuth2WebClient.create(WebClient webClient, OAuth2Auth oAuth2Auth, io.vertx.ext.web.client.OAuth2WebClientOptions options) Create a session aware web client using the providedwebClientinstance.static OAuth2WebClientOAuth2WebClient.newInstance(io.vertx.ext.web.client.OAuth2WebClient delegate) Creates a new instance of theOAuth2WebClient.OAuth2WebClient.updateSSLOptionsAndForget(io.vertx.core.net.ClientSSLOptions arg0) Update the client with new SSLoptions, the update happens if the options object is valid and different from the existing options object.OAuth2WebClient.updateSSLOptionsAndForget(io.vertx.core.net.ClientSSLOptions arg0, boolean arg1) Update the client with new SSLoptions, the update happens if the options object is valid and different from the existing options object.OAuth2WebClient.withCredentials(io.vertx.ext.auth.authentication.Credentials credentials)