OpenID4VCI Protocol
Issue a c_nonce for the credential proof
Mint a nonce for the OpenID4VCI (OpenID for Verifiable Credential Issuance) holder proof. Use the returned c_nonce inside the proof you send to the credential endpoint. The capture shows a 60-second nonce lifetime.
post/v1/nonce
Request body
object required
Response
Didit minted a single-use challenge nonce.
Example response
{
"c_nonce": "<redacted>",
"c_nonce_expires_in": 60
}