From 7d2cd3c57613e7684a763e04009a1eb6d1dfab8b Mon Sep 17 00:00:00 2001 From: Torsten Lodderstedt Date: Sun, 8 Oct 2023 02:06:24 +0200 Subject: [PATCH] fixed wallet attestation example --- draft-oid4vc-haip-sd-jwt-vc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/draft-oid4vc-haip-sd-jwt-vc.md b/draft-oid4vc-haip-sd-jwt-vc.md index 98dc10b..4ac9916 100644 --- a/draft-oid4vc-haip-sd-jwt-vc.md +++ b/draft-oid4vc-haip-sd-jwt-vc.md @@ -186,8 +186,8 @@ This is an example of a Wallet Instance Attestation: "x": "TCAER19Zvu3OHF4j4W4vfSVoHIP1ILilDls7vCeGemc", "y": "ZxjiWWbZMQGHVWKVQ4hbSIirsVfuecCE6t4jT9F2HZQ" }, - "key_type": "STRONGBOX", - "user_authentication": "SYSTEM_PIN", + "key_type": "strong_box", + "user_authentication": "system_pin", } } ```