Class FacebookAuth
java.lang.Object
io.vertx.reactivex.ext.auth.oauth2.providers.FacebookAuth
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OAuth2AuthCreate a OAuth2Auth provider for Facebookstatic OAuth2Authcreate(Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for FacebookbooleaninthashCode()static FacebookAuthnewInstance(FacebookAuth arg) toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
FacebookAuth
-
FacebookAuth
-
-
Method Details
-
toString
-
equals
-
hashCode
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
create
Create a OAuth2Auth provider for Facebook- Parameters:
vertx-clientId- the client id given to you by FacebookclientSecret- the client secret given to you by Facebook- Returns:
-
create
public static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Facebook- Parameters:
vertx-clientId- the client id given to you by FacebookclientSecret- the client secret given to you by FacebookhttpClientOptions- custom http client options- Returns:
-
newInstance
-