public interface ShopifyAuth
OAuth2Auth for Shopify.| 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 
 | 
static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, String shop)
clientId - the client id given to you by ShopifyclientSecret - the client secret given to you by Shopifyshop - your shop namestatic OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, String shop, HttpClientOptions httpClientOptions)
clientId - the client id given to you by ShopifyclientSecret - the client secret given to you by Shopifyshop - your shop namehttpClientOptions - custom http client optionsCopyright © 2020 Eclipse. All rights reserved.