Uses of Class
io.vertx.ext.web.client.OAuth2WebClientOptions
-
Packages that use OAuth2WebClientOptions Package Description io.vertx.ext.web.client io.vertx.reactivex.ext.web.client io.vertx.rxjava3.ext.web.client -
-
Uses of OAuth2WebClientOptions in io.vertx.ext.web.client
Methods in io.vertx.ext.web.client that return OAuth2WebClientOptions Modifier and Type Method 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.Methods in io.vertx.ext.web.client with parameters of type OAuth2WebClientOptions Modifier and Type Method Description static OAuth2WebClient
OAuth2WebClient. create(WebClient webClient, OAuth2Auth oAuth2Auth, OAuth2WebClientOptions options)
Create a session aware web client using the providedwebClient
instance.Constructors in io.vertx.ext.web.client with parameters of type OAuth2WebClientOptions Constructor Description OAuth2WebClientOptions(OAuth2WebClientOptions other)
Copy constructor. -
Uses of OAuth2WebClientOptions in io.vertx.reactivex.ext.web.client
Methods in io.vertx.reactivex.ext.web.client with parameters of type OAuth2WebClientOptions Modifier and Type Method Description static OAuth2WebClient
OAuth2WebClient. create(WebClient webClient, OAuth2Auth oAuth2Auth, OAuth2WebClientOptions options)
Create a session aware web client using the providedwebClient
instance. -
Uses of OAuth2WebClientOptions in io.vertx.rxjava3.ext.web.client
Methods in io.vertx.rxjava3.ext.web.client with parameters of type OAuth2WebClientOptions Modifier and Type Method Description static OAuth2WebClient
OAuth2WebClient. create(WebClient webClient, OAuth2Auth oAuth2Auth, OAuth2WebClientOptions options)
Create a session aware web client using the providedwebClient
instance.
-