Interface ShopifyAuth
public interface ShopifyAuth
Simplified factory to create an
OAuth2Auth for Shopify.- Author:
- Paulo Lopes
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic OAuth2AuthCreate a OAuth2Auth provider for Shopifystatic OAuth2Authcreate(Vertx vertx, String clientId, String clientSecret, String shop, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Shopify
-
Method Details
-
create
Create a OAuth2Auth provider for Shopify- Parameters:
clientId- the client id given to you by ShopifyclientSecret- the client secret given to you by Shopifyshop- 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 ShopifyclientSecret- the client secret given to you by Shopifyshop- your shop namehttpClientOptions- custom http client options
-