Class StripeAuth
java.lang.Object
io.vertx.mutiny.ext.auth.oauth2.providers.StripeAuth
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStripeAuth(io.vertx.ext.auth.oauth2.providers.StripeAuth delegate) Create a new instance ofStripeAuthdelegating to the given (non-null) instance ofStripeAuth.StripeAuth(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionstatic OAuth2AuthCreate a OAuth2Auth provider for Stripestatic OAuth2Authcreate(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Stripebooleanio.vertx.ext.auth.oauth2.providers.StripeAuthGet the delegate instance.inthashCode()static StripeAuthnewInstance(io.vertx.ext.auth.oauth2.providers.StripeAuth delegate) Creates a new instance of theStripeAuth.toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
StripeAuth
public StripeAuth(io.vertx.ext.auth.oauth2.providers.StripeAuth delegate) Create a new instance ofStripeAuthdelegating to the given (non-null) instance ofStripeAuth. -
StripeAuth
-
-
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:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate instance
-
create
Create a OAuth2Auth provider for Stripe- Parameters:
clientId- the client id given to you by StripeclientSecret- 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 StripeclientSecret- the client secret given to you by StripehttpClientOptions- custom http client options
-
newInstance
Creates a new instance of theStripeAuth. -
hashCode
public int hashCode() -
equals
-
toString
-