Uses of Interface
io.vertx.ext.web.client.OAuth2WebClient
Packages that use OAuth2WebClient
Package
Description
-
Uses of OAuth2WebClient in io.vertx.ext.web.client
Methods in io.vertx.ext.web.client that return OAuth2WebClientModifier and TypeMethodDescriptionOAuth2WebClient.addInterceptor(Handler<io.vertx.ext.web.client.impl.HttpContext<?>> interceptor) static OAuth2WebClientOAuth2WebClient.create(WebClient webClient, OAuth2Auth oAuth2Auth) Create a session aware web client using the providedwebClientinstance.static OAuth2WebClientOAuth2WebClient.create(WebClient webClient, OAuth2Auth oAuth2Auth, OAuth2WebClientOptions options) Create a session aware web client using the providedwebClientinstance.OAuth2WebClient.withCredentials(Credentials credentials) Mark that request should be dispatched with authentication obtained from passedOAuth2Authprovider -
Uses of OAuth2WebClient in io.vertx.reactivex.ext.web.client
Methods in io.vertx.reactivex.ext.web.client that return OAuth2WebClientMethods in io.vertx.reactivex.ext.web.client with parameters of type OAuth2WebClientModifier and TypeMethodDescriptionstatic OAuth2WebClientOAuth2WebClient.newInstance(OAuth2WebClient arg) Constructors in io.vertx.reactivex.ext.web.client with parameters of type OAuth2WebClient -
Uses of OAuth2WebClient in io.vertx.rxjava3.ext.web.client
Methods in io.vertx.rxjava3.ext.web.client that return OAuth2WebClientMethods in io.vertx.rxjava3.ext.web.client with parameters of type OAuth2WebClientModifier and TypeMethodDescriptionstatic OAuth2WebClientOAuth2WebClient.newInstance(OAuth2WebClient arg) Constructors in io.vertx.rxjava3.ext.web.client with parameters of type OAuth2WebClient