vertx / io.vertx.reactivex.ext.auth.oauth2.providers / StripeAuth / create

create

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

Create a OAuth2Auth provider for Stripe

Parameters

vertx -

clientId - the client id given to you by Stripe

clientSecret - the client secret given to you by Stripe

Return

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

Create a OAuth2Auth provider for Stripe

Parameters

vertx -

clientId - the client id given to you by Stripe

clientSecret - the client secret given to you by Stripe

httpClientOptions - custom http client options

Return