open static fun create(vertx: Vertx, clientId: String, clientSecret: String): OAuth2Auth
Create a OAuth2Auth provider for Salesforce
clientId - the client id given to you by Salesforce
clientSecret - the client secret given to you by Salesforce
open static fun create(vertx: Vertx, clientId: String, clientSecret: String, httpClientOptions: HttpClientOptions): OAuth2Auth
Create a OAuth2Auth provider for Salesforce
clientId - the client id given to you by Salesforce