diff --git a/docs/en/wallet-instance-attestation.rst b/docs/en/wallet-instance-attestation.rst index 06a3be6dd..eed77425c 100644 --- a/docs/en/wallet-instance-attestation.rst +++ b/docs/en/wallet-instance-attestation.rst @@ -377,6 +377,9 @@ Payload || type || String. It must be set to | || || ``WalletInstanceAttestationRequest`` | +---------+---------------------------------------+ +|| nonce || The nonce obtained from the | +|| || Wallet Porvider. | ++---------+---------------------------------------+ || cnf || This parameter will contain the | || || configuration of the Wallet | || || Instance in JSON format. Among | @@ -405,6 +408,7 @@ request where the decoded JWS headers and payload are separated by a comma: "sub": "https://wallet-provider.example.org", "jti": "6ec69324-60a8-4e5b-a697-a766d85790ea", "type": "WalletInstanceAttestationRequest", + "nonce" : "....." "cnf": { "jwk": { "crv": "P-256",