skip to main content
Connection Option Descriptions : Refresh Token
  

Try DataDirect Drivers Now

Refresh Token

Attribute

RefreshToken (RT)

Purpose

Specifies the refresh token used to either request a new access token or renew an expired access token. When the refresh token is specified, the access token generated at connection is used to authenticate to a Salesforce instance when OAuth 2.0 is enabled (AuthenticationMethod=oauth2.0).
Refer to the Salesforce documentation to know how to obtain a refresh token.

Valid Values

string
where:
string
is the refresh 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
Access Token