jsonWebKeyThumbprint

@SerialName(value = "jkt")
val jsonWebKeyThumbprint: String? = null(source)

RFC 9449: JWK SHA-256 Thumbprint confirmation method. The value of the jsonWebKeyThumbprint member MUST be the base64url encoding (as defined in RFC7515) of the JWK SHA-256 Thumbprint (according to RFC7638) of the DPoP public key (in JWK format) to which the access token is bound.

See also JsonWebKey.jwkThumbprint