open class MailchimpAuth
Simplified factory to create an for Mailchimp. NOTE: This class has been automatically generated from the io.vertx.ext.auth.oauth2.providers.MailchimpAuth non RX-ified interface using Vert.x codegen.
MailchimpAuth(delegate: MailchimpAuth) |
static val __TYPE_ARG: TypeArg<MailchimpAuth> |
open static fun create(vertx: Vertx, clientId: String, clientSecret: String): OAuth2Authopen static fun create(vertx: Vertx, clientId: String, clientSecret: String, httpClientOptions: HttpClientOptions): OAuth2Auth
Create a OAuth2Auth provider for Mailchimp |
|
open fun equals(other: Any?): Boolean |
|
open fun getDelegate(): MailchimpAuth |
|
open fun hashCode(): Int |
|
open static fun newInstance(arg: MailchimpAuth): MailchimpAuth |
|
open fun toString(): String |