Modifier and Type | Field and Description |
---|---|
static TypeArg<SalesforceAuth> |
__TYPE_ARG |
Constructor and Description |
---|
SalesforceAuth(SalesforceAuth delegate) |
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
|
SalesforceAuth |
getDelegate() |
static SalesforceAuth |
newInstance(SalesforceAuth arg) |
public static final TypeArg<SalesforceAuth> __TYPE_ARG
public SalesforceAuth(SalesforceAuth delegate)
public SalesforceAuth getDelegate()
public static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret)
vertx
- clientId
- the client id given to you by SalesforceclientSecret
- the client secret given to you by Salesforcepublic static OAuth2Auth create(Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions)
vertx
- clientId
- the client id given to you by SalesforceclientSecret
- the client secret given to you by SalesforcehttpClientOptions
- custom http client optionspublic static SalesforceAuth newInstance(SalesforceAuth arg)
Copyright © 2017. All rights reserved.