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