public interface SalesforceAuth
OAuth2Auth for Salesforce.| Modifier and Type | Method and Description |
|---|---|
static OAuth2Auth |
create(Vertx vertx,
String clientId,
String clientSecret)
Create a OAuth2Auth provider for Salesforce
|
static OAuth2Auth |
create(Vertx vertx,
String clientId,
String clientSecret,
HttpClientOptions httpClientOptions)
Create a OAuth2Auth provider for Salesforce
|
static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret)
clientId - the client id given to you by SalesforceclientSecret - the client secret given to you by Salesforcestatic OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions)
clientId - the client id given to you by SalesforceclientSecret - the client secret given to you by SalesforcehttpClientOptions - custom http client optionsCopyright © 2018 Eclipse. All rights reserved.