public interface FoursquareAuth
OAuth2Auth
for Foursquare.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
|
static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret)
clientId
- the client id given to you by FoursquareclientSecret
- the client secret given to you by Foursquarestatic OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions)
clientId
- the client id given to you by FoursquareclientSecret
- the client secret given to you by FoursquarehttpClientOptions
- custom http client optionsCopyright © 2023 Eclipse. All rights reserved.