Package | Description |
---|---|
io.vertx.rxjava3.ext.web.client |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<OAuth2WebClient> |
OAuth2WebClient.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static OAuth2WebClient |
OAuth2WebClient.create(WebClient webClient,
OAuth2Auth oAuth2Auth)
Create a session aware web client using the provided
webClient instance. |
static OAuth2WebClient |
OAuth2WebClient.create(WebClient webClient,
OAuth2Auth oAuth2Auth,
OAuth2WebClientOptions options)
Create a session aware web client using the provided
webClient instance. |
static OAuth2WebClient |
OAuth2WebClient.newInstance(OAuth2WebClient arg) |
OAuth2WebClient |
OAuth2WebClient.withCredentials(Credentials credentials)
Mark that request should be dispatched with authentication obtained from passed
OAuth2Auth provider |
Copyright © 2022 Eclipse. All rights reserved.