Class ShopifyAuth

java.lang.Object
io.vertx.mutiny.ext.auth.oauth2.providers.ShopifyAuth
All Implemented Interfaces:
MutinyDelegate

public class ShopifyAuth extends Object implements 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 Details

  • Constructor Details

    • ShopifyAuth

      public ShopifyAuth(io.vertx.ext.auth.oauth2.providers.ShopifyAuth delegate)
      Create a new instance of ShopifyAuth delegating to the given (non-null) instance of ShopifyAuth.
    • ShopifyAuth

      public ShopifyAuth(Object delegate)
  • 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:
      getDelegate in interface MutinyDelegate
      Returns:
      the delegate instance
    • create

      public static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, String shop)
      Create a OAuth2Auth provider for Shopify
      Parameters:
      clientId - the client id given to you by Shopify
      clientSecret - the client secret given to you by Shopify
      shop - 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 Shopify
      clientSecret - the client secret given to you by Shopify
      shop - your shop name
      httpClientOptions - custom http client options
    • newInstance

      public static ShopifyAuth newInstance(io.vertx.ext.auth.oauth2.providers.ShopifyAuth delegate)
      Creates a new instance of the ShopifyAuth.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object