Package | Description |
---|---|
io.vertx.ext.web.client | |
io.vertx.reactivex.ext.web.client | |
io.vertx.rxjava.ext.web.client | |
io.vertx.rxjava3.ext.web.client |
Modifier and Type | Method and Description |
---|---|
OAuth2WebClientOptions |
OAuth2WebClientOptions.setLeeway(int leeway)
Set a default leeway in seconds to be considered while validating tokens for expiration.
|
OAuth2WebClientOptions |
OAuth2WebClientOptions.setRenewTokenOnForbidden(boolean renewTokenOnForbidden)
Set a default behavior on how to handle the first forbidden response.
|
Modifier and Type | Method and Description |
---|---|
static OAuth2WebClient |
OAuth2WebClient.create(WebClient webClient,
OAuth2Auth oAuth2Auth,
OAuth2WebClientOptions options)
Create a session aware web client using the provided
webClient instance. |
Constructor and Description |
---|
OAuth2WebClientOptions(OAuth2WebClientOptions other)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
static OAuth2WebClient |
OAuth2WebClient.create(WebClient webClient,
OAuth2Auth oAuth2Auth,
OAuth2WebClientOptions options)
Create a session aware web client using the provided
webClient instance. |
Modifier and Type | Method and Description |
---|---|
static OAuth2WebClient |
OAuth2WebClient.create(WebClient webClient,
OAuth2Auth oAuth2Auth,
OAuth2WebClientOptions options)
Create a session aware web client using the provided
webClient instance. |
Modifier and Type | Method and Description |
---|---|
static OAuth2WebClient |
OAuth2WebClient.create(WebClient webClient,
OAuth2Auth oAuth2Auth,
OAuth2WebClientOptions options)
Create a session aware web client using the provided
webClient instance. |
Copyright © 2024 Eclipse. All rights reserved.