skip to main content
Connection Option Descriptions : Refresh Token
  

Try DataDirect Drivers Now

Refresh Token

Attribute

RefreshToken (RTK)

Purpose

Specifies the refresh token used to either request a new access token or renew an expired access token. The value for this option is used for certain flows when authenticating to a REST service with OAuth 2.0 enabled (AuthenticationMethod=OAuth2).
Important: The refresh token is a confidential value used to authenticate to the server. 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

*This option is not required for all authentication flows. See “OAuth 2.0 Authentication” for a list of common authentication flows and their requirements. If you are unsure of the requirements for your authentication flow, contact your administrator for more information.

Default

None

GUI Tab

Authentication tab

See Also

*Authentication Method
*Token URI
*OAuth 2.0 Authentication