Class MailchimpAuth

java.lang.Object
io.vertx.mutiny.ext.auth.oauth2.providers.MailchimpAuth
All Implemented Interfaces:
MutinyDelegate

public class MailchimpAuth extends Object implements MutinyDelegate
Simplified factory to create an for Mailchimp.

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

  • Field Details

  • Constructor Details

    • MailchimpAuth

      public MailchimpAuth(io.vertx.ext.auth.oauth2.providers.MailchimpAuth delegate)
    • MailchimpAuth

      public MailchimpAuth(Object delegate)
  • Method Details

    • getDelegate

      public io.vertx.ext.auth.oauth2.providers.MailchimpAuth getDelegate()
      Specified by:
      getDelegate in interface MutinyDelegate
      Returns:
      the delegate used by this Mutiny object of generated type
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • create

      public static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret)
      Parameters:
      vertx -
      clientId - the client id given to you by Mailchimp
      clientSecret - the client secret given to you by Mailchimp
      Returns:
    • create

      public static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)
      Parameters:
      vertx -
      clientId - the client id given to you by Mailchimp
      clientSecret - the client secret given to you by Mailchimp
      httpClientOptions - custom http client options
      Returns:
    • newInstance

      public static MailchimpAuth newInstance(io.vertx.ext.auth.oauth2.providers.MailchimpAuth arg)