subject

@SerialName(value = "sub")
val subject: String(source)

OIDC: REQUIRED. Subject Identifier. A locally unique and never reassigned identifier within the Issuer for the End-User, which is intended to be consumed by the Client, e.g., 24400320. It MUST NOT exceed 255 ASCII characters in length. The sub value is a case sensitive string.

OIDC SIOPv2: REQUIRED. Subject identifier value. When Subject Syntax Type is JWK Thumbprint, the value is the base64url encoded representation of the thumbprint of the key in the sub_jwk Claim. When Subject Syntax Type is Decentralized Identifier, the value is a Decentralized Identifier.