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