Interface SalesforceConnectionOptions

Hierarchy

  • ConnectionOptions
    • SalesforceConnectionOptions

Properties

accessToken?: string
authzServiceUrl?: string
callOptions?: Object
clientId?: string
clientSecret?: string
httpProxy?: string
instanceUrl?: string
logLevel?: string
loginUrl?: string
maxRequest?: number
oauth2?: Partial<PartialOAuth2Options>
proxyUrl?: string
redirectUri?: string
refreshFn?: ((conn, callback) => Promise<UserInfo>)

Type declaration

    • (conn, callback): Promise<UserInfo>
    • Parameters

      Returns Promise<UserInfo>

refreshToken?: string
serverUrl?: string
sessionId?: string
signedRequest?: string | Object
tokenServiceUrl?: string
transport?: Transport

Set an alternative transport such as the TransportRecorder or ReplayTransport. Useful for sessions debugging and testing.

version?: string