skip to main content
Connection Option Descriptions : Auth Code
  

Try DataDirect Drivers Now

Auth Code

Attribute

OauthCode (OAC)

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 Token URI option. If authentication is successful, an access token is generated and fetched from the specified location. Typically, this option is configured by the application.

Valid Values

string
where:
string
is an OAuth 2.0 authorization code.

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
*OAuth 2.0 Authentication