Class FoursquareAuth
java.lang.Object
io.vertx.mutiny.ext.auth.oauth2.providers.FoursquareAuth
- All Implemented Interfaces:
MutinyDelegate
Simplified factory to create an
OAuth2Auth for Foursquare.
NOTE: This class has been automatically generated from the original non Mutiny-ified interface.
- Author:
- Paulo Lopes
- See Also:
-
FoursquareAuth
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFoursquareAuth(io.vertx.ext.auth.oauth2.providers.FoursquareAuth delegate) Create a new instance ofFoursquareAuthdelegating to the given (non-null) instance ofFoursquareAuth.FoursquareAuth(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionstatic OAuth2AuthCreate a OAuth2Auth provider for Foursquarestatic OAuth2Authcreate(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Foursquarebooleanio.vertx.ext.auth.oauth2.providers.FoursquareAuthGet the delegate instance.inthashCode()static FoursquareAuthnewInstance(io.vertx.ext.auth.oauth2.providers.FoursquareAuth delegate) Creates a new instance of theFoursquareAuth.toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
FoursquareAuth
public FoursquareAuth(io.vertx.ext.auth.oauth2.providers.FoursquareAuth delegate) Create a new instance ofFoursquareAuthdelegating to the given (non-null) instance ofFoursquareAuth. -
FoursquareAuth
-
-
Method Details
-
getDelegate
public io.vertx.ext.auth.oauth2.providers.FoursquareAuth 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 Foursquare- Parameters:
clientId- the client id given to you by FoursquareclientSecret- the client secret given to you by Foursquare
-
create
public static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Foursquare- Parameters:
clientId- the client id given to you by FoursquareclientSecret- the client secret given to you by FoursquarehttpClientOptions- custom http client options
-
newInstance
public static FoursquareAuth newInstance(io.vertx.ext.auth.oauth2.providers.FoursquareAuth delegate) Creates a new instance of theFoursquareAuth. -
hashCode
public int hashCode() -
equals
-
toString
-