public interface FacebookAuth
OAuth2Auth for Facebook.| 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 
 | 
static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret)
clientId - the client id given to you by FacebookclientSecret - the client secret given to you by Facebookstatic OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions)
clientId - the client id given to you by FacebookclientSecret - the client secret given to you by FacebookhttpClientOptions - custom http client optionsCopyright © 2020 Eclipse. All rights reserved.