Class OAuth2WebClient

java.lang.Object
io.vertx.mutiny.ext.web.client.WebClient
io.vertx.mutiny.ext.web.client.OAuth2WebClient
All Implemented Interfaces:
MutinyDelegate

public class OAuth2WebClient extends WebClient implements MutinyDelegate
An asynchronous OAuth2/OIDC aware HTTP / HTTP/2 client called WebClientOAuth2.

This client wraps a WebClient and makes it session aware adding features to it:

  • Request an access_token if no user is created
  • Refresh access_token if current user is expired

NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.

  • Field Details

  • Constructor Details

    • OAuth2WebClient

      public OAuth2WebClient(io.vertx.ext.web.client.OAuth2WebClient delegate)
    • OAuth2WebClient

      public OAuth2WebClient(Object delegate)
  • Method Details