Uses of Interface
io.vertx.ext.web.client.OAuth2WebClient
-
Packages that use OAuth2WebClient Package Description io.vertx.ext.web.client -
-
Uses of OAuth2WebClient in io.vertx.ext.web.client
Methods in io.vertx.ext.web.client that return OAuth2WebClient Modifier and Type Method Description OAuth2WebClient
OAuth2WebClient. addInterceptor(Handler<io.vertx.ext.web.client.impl.HttpContext<?>> interceptor)
static OAuth2WebClient
OAuth2WebClient. create(WebClient webClient, OAuth2Auth oAuth2Auth)
Create a session aware web client using the providedwebClient
instance.static OAuth2WebClient
OAuth2WebClient. create(WebClient webClient, OAuth2Auth oAuth2Auth, OAuth2WebClientOptions options)
Create a session aware web client using the providedwebClient
instance.OAuth2WebClient
OAuth2WebClient. withCredentials(Credentials credentials)
Mark that request should be dispatched with authentication obtained from passedOAuth2Auth
provider
-