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