Class ShopifyAuth
- java.lang.Object
-
- io.vertx.reactivex.ext.auth.oauth2.providers.ShopifyAuth
-
-
Field Summary
Fields Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<ShopifyAuth>
__TYPE_ARG
-
Constructor Summary
Constructors Constructor Description ShopifyAuth(ShopifyAuth delegate)
ShopifyAuth(Object delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OAuth2Auth
create(Vertx vertx, String clientId, String clientSecret, String shop)
Create a OAuth2Auth provider for Shopifystatic OAuth2Auth
create(Vertx vertx, String clientId, String clientSecret, String shop, HttpClientOptions httpClientOptions)
Create a OAuth2Auth provider for Shopifyboolean
equals(Object o)
ShopifyAuth
getDelegate()
int
hashCode()
static ShopifyAuth
newInstance(ShopifyAuth arg)
String
toString()
-
-
-
Field Detail
-
__TYPE_ARG
public static final io.vertx.lang.rx.TypeArg<ShopifyAuth> __TYPE_ARG
-
-
Constructor Detail
-
ShopifyAuth
public ShopifyAuth(ShopifyAuth delegate)
-
ShopifyAuth
public ShopifyAuth(Object delegate)
-
-
Method Detail
-
getDelegate
public ShopifyAuth getDelegate()
-
create
public static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, String shop)
Create a OAuth2Auth provider for Shopify- Parameters:
vertx
-clientId
- the client id given to you by ShopifyclientSecret
- the client secret given to you by Shopifyshop
- your shop name- Returns:
-
create
public static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, String shop, HttpClientOptions httpClientOptions)
Create a OAuth2Auth provider for Shopify- Parameters:
vertx
-clientId
- the client id given to you by ShopifyclientSecret
- the client secret given to you by Shopifyshop
- your shop namehttpClientOptions
- custom http client options- Returns:
-
newInstance
public static ShopifyAuth newInstance(ShopifyAuth arg)
-
-