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