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