skip to main content
Connection Option Descriptions : Access Token
  

Try DataDirect Drivers Now

Access Token

Attribute

AccessToken (AT)

Purpose

Specifies the access token required to authenticate to a Salesforce instance when OAuth 2.0 is enabled (AuthenticationMethod=oauth2.0).
The access token acts as a session ID for the connection. Refer to the Salesforce documentation to know how to obtain an access token.

Valid Values

string
where:
string
is the access token you have obtained from Salesforce.

Notes

*If a value for the Access Token option is not specified, the driver uses the value of the Refresh Token option to make a connection.
*If both Access Token and Refresh Token values are not specified, the driver cannot make a successful connection.
*If both Access Token and Refresh Token values are specified, the driver ignores the Access Token value and uses the Refresh Token value to generate a new Access Token value.

Default

None

GUI Tab

Security tab

See also

Configuring OAuth 2.0 authentication
Authentication Method
Refresh Token