open class ShopifyAuth
Simplified factory to create an for Shopify. NOTE: This class has been automatically generated from the io.vertx.ext.auth.oauth2.providers.ShopifyAuth non RX-ified interface using Vert.x codegen.
ShopifyAuth(delegate: ShopifyAuth) |
static val __TYPE_ARG: TypeArg<ShopifyAuth> |
open static fun create(vertx: Vertx, clientId: String, clientSecret: String, shop: String): OAuth2Authopen static fun create(vertx: Vertx, clientId: String, clientSecret: String, shop: String, httpClientOptions: HttpClientOptions): OAuth2Auth
Create a OAuth2Auth provider for Shopify |
|
open fun equals(other: Any?): Boolean |
|
open fun getDelegate(): ShopifyAuth |
|
open fun hashCode(): Int |
|
open static fun newInstance(arg: ShopifyAuth): ShopifyAuth |
|
open fun toString(): String |