Inherited Attributes
Attributes inherited from: Object
hash, string
Methods
createshared 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

createshared 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

Inherited Methods
Methods inherited from: Object
equals