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