Class OAuth2WebClient

  • All Implemented Interfaces:
    io.vertx.lang.rx.RxDelegate

    public class OAuth2WebClient
    extends WebClient
    implements io.vertx.lang.rx.RxDelegate
    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 RX-ified interface using Vert.x codegen.