Class MailchimpAuth
- java.lang.Object
-
- io.vertx.reactivex.ext.auth.oauth2.providers.MailchimpAuth
-
- All Implemented Interfaces:
RxDelegate
public class MailchimpAuth extends Object implements RxDelegate
Simplified factory to create an for Mailchimp.NOTE: This class has been automatically generated from the
originalnon RX-ified interface using Vert.x codegen.
-
-
Field Summary
Fields Modifier and Type Field Description static TypeArg<MailchimpAuth>__TYPE_ARG
-
Constructor Summary
Constructors Constructor Description MailchimpAuth(MailchimpAuth delegate)MailchimpAuth(Object delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OAuth2Authcreate(io.vertx.reactivex.core.Vertx vertx, String clientId, String clientSecret)Create a OAuth2Auth provider for Mailchimpstatic OAuth2Authcreate(io.vertx.reactivex.core.Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions)Create a OAuth2Auth provider for Mailchimpbooleanequals(Object o)MailchimpAuthgetDelegate()inthashCode()static MailchimpAuthnewInstance(MailchimpAuth arg)StringtoString()
-
-
-
Field Detail
-
__TYPE_ARG
public static final TypeArg<MailchimpAuth> __TYPE_ARG
-
-
Constructor Detail
-
MailchimpAuth
public MailchimpAuth(MailchimpAuth delegate)
-
MailchimpAuth
public MailchimpAuth(Object delegate)
-
-
Method Detail
-
getDelegate
public MailchimpAuth getDelegate()
- Specified by:
getDelegatein interfaceRxDelegate
-
create
public static OAuth2Auth create(io.vertx.reactivex.core.Vertx vertx, String clientId, String clientSecret)
Create a OAuth2Auth provider for Mailchimp- Parameters:
vertx-clientId- the client id given to you by MailchimpclientSecret- the client secret given to you by Mailchimp- Returns:
-
create
public static OAuth2Auth create(io.vertx.reactivex.core.Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions)
Create a OAuth2Auth provider for Mailchimp- Parameters:
vertx-clientId- the client id given to you by MailchimpclientSecret- the client secret given to you by MailchimphttpClientOptions- custom http client options- Returns:
-
newInstance
public static MailchimpAuth newInstance(MailchimpAuth arg)
-
-