| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<FoursquareAuth> | 
__TYPE_ARG  | 
| Constructor and Description | 
|---|
FoursquareAuth(FoursquareAuth delegate)  | 
FoursquareAuth(Object delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
static OAuth2Auth | 
create(Vertx vertx,
      String clientId,
      String clientSecret)
Create a OAuth2Auth provider for Foursquare 
 | 
static OAuth2Auth | 
create(Vertx vertx,
      String clientId,
      String clientSecret,
      HttpClientOptions httpClientOptions)
Create a OAuth2Auth provider for Foursquare 
 | 
boolean | 
equals(Object o)  | 
FoursquareAuth | 
getDelegate()  | 
int | 
hashCode()  | 
static FoursquareAuth | 
newInstance(FoursquareAuth arg)  | 
String | 
toString()  | 
public static final io.vertx.lang.rx.TypeArg<FoursquareAuth> __TYPE_ARG
public FoursquareAuth(FoursquareAuth delegate)
public FoursquareAuth(Object delegate)
public FoursquareAuth getDelegate()
public static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret)
vertx - clientId - the client id given to you by FoursquareclientSecret - the client secret given to you by Foursquarepublic static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions)
vertx - clientId - the client id given to you by FoursquareclientSecret - the client secret given to you by FoursquarehttpClientOptions - custom http client optionspublic static FoursquareAuth newInstance(FoursquareAuth arg)
Copyright © 2021 Eclipse. All rights reserved.