ClientNonceResponse

@Serializable
data class ClientNonceResponse(val clientNonce: String)(source)

Constructors

Link copied to clipboard
constructor(clientNonce: String)

Properties

Link copied to clipboard
@SerialName(value = "c_nonce")
val clientNonce: String

OID4VCI: REQUIRED. String containing a nonce to be used when creating a proof of possession of the key proof (see CredentialRequestProof, see Section 8.2 of OID4VCI). This value MUST be unpredictable.