Class MailchimpAuth
java.lang.Object
io.vertx.mutiny.ext.auth.oauth2.providers.MailchimpAuth
- All Implemented Interfaces:
MutinyDelegate
Simplified factory to create an
OAuth2Auth for Mailchimp.
NOTE: This class has been automatically generated from the original non Mutiny-ified interface.
- Author:
- Paulo Lopes
- See Also:
-
MailchimpAuth
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMailchimpAuth(io.vertx.ext.auth.oauth2.providers.MailchimpAuth delegate) Create a new instance ofMailchimpAuthdelegating to the given (non-null) instance ofMailchimpAuth.MailchimpAuth(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionstatic OAuth2AuthCreate a OAuth2Auth provider for Mailchimpstatic OAuth2Authcreate(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Mailchimpbooleanio.vertx.ext.auth.oauth2.providers.MailchimpAuthGet the delegate instance.inthashCode()static MailchimpAuthnewInstance(io.vertx.ext.auth.oauth2.providers.MailchimpAuth delegate) Creates a new instance of theMailchimpAuth.toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
MailchimpAuth
public MailchimpAuth(io.vertx.ext.auth.oauth2.providers.MailchimpAuth delegate) Create a new instance ofMailchimpAuthdelegating to the given (non-null) instance ofMailchimpAuth. -
MailchimpAuth
-
-
Method Details
-
getDelegate
public io.vertx.ext.auth.oauth2.providers.MailchimpAuth getDelegate()Get the delegate instance.This method returns the instance on which this shim is delegating the calls. And so, give you access to the bare API.
- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate instance
-
create
Create a OAuth2Auth provider for Mailchimp- Parameters:
clientId- the client id given to you by MailchimpclientSecret- the client secret given to you by Mailchimp
-
create
public static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Mailchimp- Parameters:
clientId- the client id given to you by MailchimpclientSecret- the client secret given to you by MailchimphttpClientOptions- custom http client options
-
newInstance
Creates a new instance of theMailchimpAuth. -
hashCode
public int hashCode() -
equals
-
toString
-