skip to main content
Connection property descriptions : OAuthCode
  

Try DataDirect Drivers Now

OAuthCode

Purpose

Specifies the temporary authorization code that is exchanged for access tokens when OAuth 2.0 authentication is enabled (AuthenticationMethod=OAuth2). Authorization codes are used to authenticate against the endpoint specified by the TokenURI property. If authentication is successful, an access token is generated and fetched from the specified location. Typically, this property is configured by the application.

Valid Values

string
where:
string
is an OAuth 2.0 authorization code.

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

setAuthCode

Default

None

Data Type

String

See Also

*OAuth 2.0 authentication
*OAuth 2.0 properties