OID4VPHandover

@Serializable
data class OID4VPHandover(val clientIdHash: ByteArray, val responseUriHash: ByteArray, val nonce: String)(source)

Part of the ISO/IEC 18013-7:2024 standard: Session Transcript (B.4.4)

Constructors

Link copied to clipboard
constructor(clientIdHash: ByteArray, responseUriHash: ByteArray, nonce: String)

Properties

Link copied to clipboard
Link copied to clipboard

nonce from the authorization request

Link copied to clipboard

Functions

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