JWTCertPassword
- Last Updated: October 10, 2023
- 1 minute read
- DataDirect Connectors
- JDBC
- Autonomous REST Connector 6.0
- Documentation
Purpose
Specifies the password of the JWT certificate when authenticating using the OAuth 2.0 JWT bearer grant type. A value for this property is specified only if the certificate is password protected.
Valid Values
String
where:
String
is the password for the certificate.
Notes
- See "OAuth 2.0 authentication" for more information.
Data Source Methods
public String getJwtCertPassword()
public void setJwtCertPassword(String)
Default Value
No default value
Data Type
String