Classes
Methods
(static) ShopifyAuth.create(vertx, clientId, clientSecret, shop, httpClientOptions) → {OAuth2Auth}
Create a OAuth2Auth provider for Shopify
Parameters:
Name | Type | Description |
---|---|---|
vertx |
Vertx | |
clientId |
string | the client id given to you by Shopify |
clientSecret |
string | the client secret given to you by Shopify |
shop |
string | your shop name |
httpClientOptions |
Object | custom http client options |
Returns:
- Type
- OAuth2Auth