ClientIdToHash

@Serializable
data class ClientIdToHash(val clientId: String, val mdocGeneratedNonce: String)(source)

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

Constructors

Link copied to clipboard
constructor(clientId: String, mdocGeneratedNonce: String)

Properties

Link copied to clipboard

client_id from the authorization request

Link copied to clipboard

Cryptographically random number with sufficient entropy (min. 16 bytes)