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

ShopifyAuth

interface ShopifyAuth

Simplified factory to create an OAuth2Auth for Shopify.

Author
Paulo Lopes

Functions

create

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

Create a OAuth2Auth provider for Shopify