public class FoursquareAuth extends Object
original non RX-ified interface using Vert.x codegen.| Modifier and Type | Field and Description |
|---|---|
static TypeArg<FoursquareAuth> |
__TYPE_ARG |
| Constructor and Description |
|---|
FoursquareAuth(io.vertx.ext.auth.oauth2.providers.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,
io.vertx.core.http.HttpClientOptions httpClientOptions)
Create a OAuth2Auth provider for Foursquare
|
boolean |
equals(Object o) |
io.vertx.ext.auth.oauth2.providers.FoursquareAuth |
getDelegate() |
int |
hashCode() |
static FoursquareAuth |
newInstance(io.vertx.ext.auth.oauth2.providers.FoursquareAuth arg) |
String |
toString() |
public static final TypeArg<FoursquareAuth> __TYPE_ARG
public FoursquareAuth(io.vertx.ext.auth.oauth2.providers.FoursquareAuth delegate)
public FoursquareAuth(Object delegate)
public io.vertx.ext.auth.oauth2.providers.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, io.vertx.core.http.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(io.vertx.ext.auth.oauth2.providers.FoursquareAuth arg)
Copyright © 2022 Eclipse. All rights reserved.