interface LinkedInAuth
Simplified factory to create an OAuth2Auth for LinkedIn.
Author
Paulo Lopes
open static fun create(vertx: Vertx, clientId: String, clientSecret: String): OAuth2Authopen static fun create(vertx: Vertx, clientId: String, clientSecret: String, httpClientOptions: HttpClientOptions): OAuth2Auth
Create a OAuth2Auth provider for LinkedIn |