AuthParam
- Last Updated: January 10, 2022
- 1 minute read
- DataDirect Connectors
- JDBC
- Autonomous REST Connector 6.0
- Documentation
Purpose
Specifies the name of the URL parameter used to pass the security token. This property is required when using URL parameters to pass tokens for authentication (AuthenticationMethod=UrlParameter); otherwise, this property is ignored
Valid Values
auth_parameter
where:
auth_parameter
is the name of the URL parameter used to pass the security token. For example, apikey or key.
Behavior
For example, for the URL https://www.example.com/path?apikey=123, the parameter name is apikey.
Data Source Methods
public String getAuthParam()
public void setAuthParam(String)
Default Value
No default value
Data Type
String