vertx / io.vertx.ext.auth.oauth2.providers / MailchimpAuth / create

create

open static fun create(vertx: Vertx, clientId: String, clientSecret: String): OAuth2Auth

Create a OAuth2Auth provider for Mailchimp

Parameters

clientId - the client id given to you by Mailchimp

clientSecret - the client secret given to you by Mailchimp

open static fun create(vertx: Vertx, clientId: String, clientSecret: String, httpClientOptions: HttpClientOptions): OAuth2Auth

Create a OAuth2Auth provider for Mailchimp

Parameters

clientId - the client id given to you by Mailchimp

clientSecret - the client secret given to you by Mailchimp

httpClientOptions - custom http client options