public interface FoursquareAuth
OAuth2Auth
for Foursquare.Modifier and Type | Method and Description |
---|---|
static OAuth2Auth |
create(io.vertx.core.Vertx vertx,
String clientId,
String clientSecret)
Create a OAuth2Auth provider for Foursquare
|
static OAuth2Auth |
create(io.vertx.core.Vertx vertx,
String clientId,
String clientSecret,
io.vertx.core.http.HttpClientOptions httpClientOptions)
Create a OAuth2Auth provider for Foursquare
|
static OAuth2Auth create(io.vertx.core.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(io.vertx.core.Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)
clientId
- the client id given to you by FoursquareclientSecret
- the client secret given to you by FoursquarehttpClientOptions
- custom http client optionsCopyright © 2020 Eclipse. All rights reserved.