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