Refresh Token
- Last Updated: July 30, 2025
- 1 minute read
- DataDirect Connectors
- ODBC
- Salesforce 8.0
- Documentation
Attribute
RefreshToken (rtok)
Purpose
Specifies the refresh token used to either request a new access token or renew an expired access token for OAuth 2.0 implementations.
Important: The refresh token is a confidential value used to authenticate to the instance. To prevent unauthorized access, this value must be securely maintained.
Valid Values
String
where:
String
is the refresh token you have obtained from the authentication service.
Notes
- See "OAuth 2.0 authentication" for more information.
Default Value
No default value