Interface ShopifyAuth


public interface ShopifyAuth
Simplified factory to create an OAuth2Auth for Shopify.
Author:
Paulo Lopes
  • Method Details

    • create

      static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, String shop)
      Create a OAuth2Auth provider for Shopify
      Parameters:
      clientId - the client id given to you by Shopify
      clientSecret - the client secret given to you by Shopify
      shop - your shop name
    • create

      static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, String shop, HttpClientOptions httpClientOptions)
      Create a OAuth2Auth provider for Shopify
      Parameters:
      clientId - the client id given to you by Shopify
      clientSecret - the client secret given to you by Shopify
      shop - your shop name
      httpClientOptions - custom http client options