Class OAuth2WebClient


  • public class OAuth2WebClient
    extends WebClient
    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.