AuthHeader
- Last Updated: January 10, 2022
- 1 minute read
- DataDirect Connectors
- JDBC
- SAP S/4HANA 6.0
- Documentation
Purpose
Specifies the name of the HTTP header used for authentication.
or Header-based token authentication (AuthenticationMethod=HTTPHeader) 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
No default value
Data Type
String