Class LinkedInAuth
- java.lang.Object
-
- io.vertx.rxjava3.ext.auth.oauth2.providers.LinkedInAuth
-
-
Field Summary
Fields Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<LinkedInAuth>
__TYPE_ARG
-
Constructor Summary
Constructors Constructor Description LinkedInAuth(LinkedInAuth delegate)
LinkedInAuth(Object delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OAuth2Auth
create(Vertx vertx, String clientId, String clientSecret)
Create a OAuth2Auth provider for LinkedInstatic OAuth2Auth
create(Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions)
Create a OAuth2Auth provider for LinkedInboolean
equals(Object o)
LinkedInAuth
getDelegate()
int
hashCode()
static LinkedInAuth
newInstance(LinkedInAuth arg)
String
toString()
-
-
-
Field Detail
-
__TYPE_ARG
public static final io.vertx.lang.rx.TypeArg<LinkedInAuth> __TYPE_ARG
-
-
Constructor Detail
-
LinkedInAuth
public LinkedInAuth(LinkedInAuth delegate)
-
LinkedInAuth
public LinkedInAuth(Object delegate)
-
-
Method Detail
-
getDelegate
public LinkedInAuth getDelegate()
-
create
public static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret)
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
public static LinkedInAuth newInstance(LinkedInAuth arg)
-
-