JWTCertAlias
- Last Updated: October 10, 2023
- 1 minute read
- DataDirect Connectors
- JDBC
- Autonomous REST Connector 6.0
- Documentation
Purpose
Specifies the alias for the JWT certificate stored in the keystore when authenticating using the OAuth 2.0 JWT bearer grant type. This property is optional.
Valid Values
String
where:
String
is the alias for the JWT certificate.
Notes
- See "OAuth 2.0 authentication" for more information.
Data Source Methods
public String getJwtCertAlias()
public void setJwtCertAlias(String)
Default Value
No default value
Data Type
String