Uses of Class
io.vertx.ext.web.client.OAuth2WebClientOptions
Packages that use OAuth2WebClientOptions
Package
Description
-
Uses of OAuth2WebClientOptions in io.vertx.ext.web.client
Methods in io.vertx.ext.web.client that return OAuth2WebClientOptionsModifier and TypeMethodDescriptionOAuth2WebClientOptions.setLeeway(int leeway) Set a default leeway in seconds to be considered while validating tokens for expiration.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 OAuth2WebClientOptionsModifier and TypeMethodDescriptionstatic OAuth2WebClientOAuth2WebClient.create(WebClient webClient, OAuth2Auth oAuth2Auth, OAuth2WebClientOptions options) Create a session aware web client using the providedwebClientinstance.Constructors in io.vertx.ext.web.client with parameters of type OAuth2WebClientOptionsModifierConstructorDescriptionCopy constructor. -
Uses of OAuth2WebClientOptions in io.vertx.reactivex.ext.web.client
Methods in io.vertx.reactivex.ext.web.client with parameters of type OAuth2WebClientOptionsModifier and TypeMethodDescriptionstatic OAuth2WebClientOAuth2WebClient.create(WebClient webClient, OAuth2Auth oAuth2Auth, OAuth2WebClientOptions options) Create a session aware web client using the providedwebClientinstance. -
Uses of OAuth2WebClientOptions in io.vertx.rxjava3.ext.web.client
Methods in io.vertx.rxjava3.ext.web.client with parameters of type OAuth2WebClientOptionsModifier and TypeMethodDescriptionstatic OAuth2WebClientOAuth2WebClient.create(WebClient webClient, OAuth2Auth oAuth2Auth, OAuth2WebClientOptions options) Create a session aware web client using the providedwebClientinstance.