Purpose

Specifies the identifier of the principle that is the subject of the JWT. This property must be specified when authenticating with the OAuth 2.0 JWT bearer grant type.

Valid Values

String

where:

String

is the identifier of the principle that is the subject of the JWT. The principle can be a user, an organization, or a service.

Notes

  • See "OAuth 2.0 authentication" for more information.

Data Source Methods

public String getClaimsSubject()

public void setClaimsSubject(String)

Default Value

No default value

Data Type

String