OpenId4VpHandoverInfo

@Serializable
data class OpenId4VpHandoverInfo(val clientId: String, val nonce: String, val jwkThumbprint: ByteArray?, val responseUrl: String)(source)

Part of OpenID for Verifiable Presentations 1.0 B.2.6.1

Constructors

Link copied to clipboard
constructor(clientId: String, nonce: String, jwkThumbprint: ByteArray?, responseUrl: String)

Properties

Link copied to clipboard

MUST be the client_id request parameter. If applicable, this includes the Client Identifier Prefix.

Link copied to clipboard

If the response is encrypted, e.g., using direct_post.jwt, this MUST be the JWK SHA-256 Thumbprint as defined in RFC 7638, encoded as a Byte String, of the Verifier's public key used to encrypt the response. Otherwise, this MUST be null.

Link copied to clipboard

MUST be the value of the nonce request parameter.

Link copied to clipboard

MUST be either the redirect_uri or response_uri request parameter, depending on which is present, as determined by the Response Mode.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int