Interface LinkedInAuth
- 
public interface LinkedInAuthSimplified factory to create anOAuth2Authfor LinkedIn.- Author:
 - Paulo Lopes
 
 
- 
- 
Method Summary
Static Methods Modifier and Type Method Description static OAuth2Authcreate(Vertx vertx, String clientId, String clientSecret)Create a OAuth2Auth provider for LinkedInstatic OAuth2Authcreate(Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions)Create a OAuth2Auth provider for LinkedIn 
 - 
 
- 
- 
Method Detail
- 
create
static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret)
Create a OAuth2Auth provider for LinkedIn- Parameters:
 clientId- the client id given to you by LinkedInclientSecret- the client secret given to you by LinkedIn
 
- 
create
static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions)
Create a OAuth2Auth provider for LinkedIn- Parameters:
 clientId- the client id given to you by LinkedInclientSecret- the client secret given to you by LinkedInhttpClientOptions- custom http client options
 
 - 
 
 -