AuthHeader
- Last Updated: November 14, 2023
- 1 minute read
- DataDirect Connectors
- JDBC
- Autonomous REST Connector 6.0
- Documentation
Purpose
Specifies the name of the HTTP header used for authentication. This property is used when Basic
(AuthenticationMethod=Basic), Header-based token authentication
(AuthenticationMethod=HttpHeader), or OAuth 2.0 authentication
is enabled; otherwise, this property is ignored.
Valid Values
auth_header
where:
auth_header
is the name of the HTTP header used for authentication. For example, X-Api-Key.
Data Source Methods
public String getAuthHeader()
public void setAuthHeader(String)
Default Value
Authorization
Data Type
String