| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<StripeAuth> | 
__TYPE_ARG  | 
| Constructor and Description | 
|---|
StripeAuth(Object delegate)  | 
StripeAuth(StripeAuth delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
static OAuth2Auth | 
create(Vertx vertx,
      String clientId,
      String clientSecret)
Create a OAuth2Auth provider for Stripe 
 | 
static OAuth2Auth | 
create(Vertx vertx,
      String clientId,
      String clientSecret,
      HttpClientOptions httpClientOptions)
Create a OAuth2Auth provider for Stripe 
 | 
boolean | 
equals(Object o)  | 
StripeAuth | 
getDelegate()  | 
int | 
hashCode()  | 
static StripeAuth | 
newInstance(StripeAuth arg)  | 
String | 
toString()  | 
public static final io.vertx.lang.rx.TypeArg<StripeAuth> __TYPE_ARG
public StripeAuth(StripeAuth delegate)
public StripeAuth(Object delegate)
public StripeAuth getDelegate()
public static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret)
vertx - clientId - the client id given to you by StripeclientSecret - the client secret given to you by Stripepublic static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions)
vertx - clientId - the client id given to you by StripeclientSecret - the client secret given to you by StripehttpClientOptions - custom http client optionspublic static StripeAuth newInstance(StripeAuth arg)
Copyright © 2021 Eclipse. All rights reserved.