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