vertx / io.vertx.rxjava.ext.auth.oauth2.providers / ShopifyAuth / create

create

open static fun create(vertx: Vertx, clientId: String, clientSecret: String, shop: String): OAuth2Auth

Create a OAuth2Auth provider for Shopify

Parameters

vertx -

clientId - the client id given to you by Shopify

clientSecret - the client secret given to you by Shopify

shop - your shop name

Return

open static fun create(vertx: Vertx, clientId: String, clientSecret: String, shop: String, httpClientOptions: HttpClientOptions): OAuth2Auth

Create a OAuth2Auth provider for Shopify

Parameters

vertx -

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

Return