Class FoursquareAuth
java.lang.Object
io.vertx.reactivex.ext.auth.oauth2.providers.FoursquareAuth
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OAuth2AuthCreate a OAuth2Auth provider for Foursquarestatic OAuth2Authcreate(Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for FoursquarebooleaninthashCode()static FoursquareAuthtoString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
FoursquareAuth
-
FoursquareAuth
-
-
Method Details
-
toString
-
equals
-
hashCode
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
create
Create a OAuth2Auth provider for Foursquare- Parameters:
vertx-clientId- the client id given to you by FoursquareclientSecret- the client secret given to you by Foursquare- Returns:
-
create
public static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Foursquare- Parameters:
vertx-clientId- the client id given to you by FoursquareclientSecret- the client secret given to you by FoursquarehttpClientOptions- custom http client options- Returns:
-
newInstance
-