Class ShopifyAuth
java.lang.Object
io.vertx.mutiny.ext.auth.oauth2.providers.ShopifyAuth
- All Implemented Interfaces:
MutinyDelegate
Simplified factory to create an
OAuth2Auth for Shopify.
NOTE: This class has been automatically generated from the original non Mutiny-ified interface.
- Author:
- Paulo Lopes
- See Also:
-
ShopifyAuth
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionShopifyAuth(io.vertx.ext.auth.oauth2.providers.ShopifyAuth delegate) Create a new instance ofShopifyAuthdelegating to the given (non-null) instance ofShopifyAuth.ShopifyAuth(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionstatic OAuth2AuthCreate a OAuth2Auth provider for Shopifystatic OAuth2Authcreate(Vertx vertx, String clientId, String clientSecret, String shop, io.vertx.core.http.HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Shopifybooleanio.vertx.ext.auth.oauth2.providers.ShopifyAuthGet the delegate instance.inthashCode()static ShopifyAuthnewInstance(io.vertx.ext.auth.oauth2.providers.ShopifyAuth delegate) Creates a new instance of theShopifyAuth.toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
ShopifyAuth
public ShopifyAuth(io.vertx.ext.auth.oauth2.providers.ShopifyAuth delegate) Create a new instance ofShopifyAuthdelegating to the given (non-null) instance ofShopifyAuth. -
ShopifyAuth
-
-
Method Details
-
getDelegate
public io.vertx.ext.auth.oauth2.providers.ShopifyAuth getDelegate()Get the delegate instance.This method returns the instance on which this shim is delegating the calls. And so, give you access to the bare API.
- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate instance
-
create
Create a OAuth2Auth provider for Shopify- Parameters:
clientId- the client id given to you by ShopifyclientSecret- the client secret given to you by Shopifyshop- your shop name
-
create
public static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, String shop, io.vertx.core.http.HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Shopify- Parameters:
clientId- the client id given to you by ShopifyclientSecret- the client secret given to you by Shopifyshop- your shop namehttpClientOptions- custom http client options
-
newInstance
Creates a new instance of theShopifyAuth. -
hashCode
public int hashCode() -
equals
-
toString
-