OAuthCode
- Last Updated: July 15, 2020
- 1 minute read
- DataDirect Connectors
- JDBC
- Snowflake 6.0
- TeamCity 6.0
- Documentation
Purpose
Specifies the temporary authorization code that is exchanged for access tokens when OAuth 2.0 authentication is enabled.
Valid Values
String
where:
String
is an OAuth 2.0 authorization code.
Notes
-
This property is configured by the application.
-
See "OAuth 2.0 authentication" for more information.
Data Source Methods
public String getCode()
public void setCode(String)
Default Value
No default value
Data Type
String