subjectJwk

@SerialName(value = "sub_jwk")
val subjectJwk: JsonWebKey? = null(source)

OIDC SIOPv2: OPTIONAL. A JSON object that is a public key used to check the signature of an ID Token when Subject Syntax Type is JWK Thumbprint. The key is a bare key in JWK (RFC7517) format (not an X.509 certificate value). MUST NOT be present when Subject Syntax Type other than JWK Thumbprint is used.