RefreshToken
- Last Updated: October 27, 2020
- 1 minute read
- DataDirect Connectors
- JDBC
- Microsoft Dynamics 365 6.0
- Documentation
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 service. To prevent unauthorized access, this value must be securely maintained.
Valid Values
String
where:
String
is the refresh token you have obtained from the Dynamics 365 service.
Notes
- See "OAuth 2.0 authentication" for more information.
Data Source Methods
public String getRefreshToken()
public void setRefreshToken(String)
Default Value
No default value
Data Type
String