skip to main content
Connection property descriptions : RefreshToken
  

Try DataDirect Drivers Now

RefreshToken

Purpose

Specifies the refresh token used to either request a new access token or renew an expired access token. The value for this property 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 property 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.

Data Source Method

setRefreshToken

Default

None

Data Type

String

See Also

*OAuth 2.0 authentication
*OAuth 2.0 properties