public class ShopifyAuth extends Object
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static TypeArg<ShopifyAuth> |
__TYPE_ARG |
Constructor and Description |
---|
ShopifyAuth(Object delegate) |
ShopifyAuth(io.vertx.ext.auth.oauth2.providers.ShopifyAuth delegate) |
Modifier and Type | Method and Description |
---|---|
static OAuth2Auth |
create(Vertx vertx,
String clientId,
String clientSecret,
String shop)
Create a OAuth2Auth provider for Shopify
|
static OAuth2Auth |
create(Vertx vertx,
String clientId,
String clientSecret,
String shop,
io.vertx.core.http.HttpClientOptions httpClientOptions)
Create a OAuth2Auth provider for Shopify
|
boolean |
equals(Object o) |
io.vertx.ext.auth.oauth2.providers.ShopifyAuth |
getDelegate() |
int |
hashCode() |
static ShopifyAuth |
newInstance(io.vertx.ext.auth.oauth2.providers.ShopifyAuth arg) |
String |
toString() |
public static final TypeArg<ShopifyAuth> __TYPE_ARG
public ShopifyAuth(io.vertx.ext.auth.oauth2.providers.ShopifyAuth delegate)
public ShopifyAuth(Object delegate)
public io.vertx.ext.auth.oauth2.providers.ShopifyAuth getDelegate()
public static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, String shop)
vertx
- clientId
- the client id given to you by ShopifyclientSecret
- the client secret given to you by Shopifyshop
- your shop namepublic static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, String shop, io.vertx.core.http.HttpClientOptions httpClientOptions)
vertx
- clientId
- the client id given to you by ShopifyclientSecret
- the client secret given to you by Shopifyshop
- your shop namehttpClientOptions
- custom http client optionspublic static ShopifyAuth newInstance(io.vertx.ext.auth.oauth2.providers.ShopifyAuth arg)
Copyright © 2022 Eclipse. All rights reserved.