Class StripeAuth

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

public class StripeAuth extends Object implements MutinyDelegate
Simplified factory to create an OAuth2Auth for Stripe.

NOTE: This class has been automatically generated from the original non Mutiny-ified interface.

Author:
Paulo Lopes
See Also:
  • StripeAuth
  • Field Details

  • Constructor Details

    • StripeAuth

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

      public StripeAuth(Object delegate)
  • Method Details

    • getDelegate

      public io.vertx.ext.auth.oauth2.providers.StripeAuth 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)
      Create a OAuth2Auth provider for Stripe
      Parameters:
      clientId - the client id given to you by Stripe
      clientSecret - the client secret given to you by Stripe
    • create

      public static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)
      Create a OAuth2Auth provider for Stripe
      Parameters:
      clientId - the client id given to you by Stripe
      clientSecret - the client secret given to you by Stripe
      httpClientOptions - custom http client options
    • newInstance

      public static StripeAuth newInstance(io.vertx.ext.auth.oauth2.providers.StripeAuth delegate)
      Creates a new instance of the StripeAuth.
    • 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