diff --git a/openid-4-verifiable-presentations-1_0.md b/openid-4-verifiable-presentations-1_0.md index c234ade..0287212 100644 --- a/openid-4-verifiable-presentations-1_0.md +++ b/openid-4-verifiable-presentations-1_0.md @@ -744,6 +744,9 @@ within the Verifiable Credential, as defined in (#claims_path_pointer). If the `values` property is present, the Wallet SHOULD return the claim only if the type and value of the claim both match for at least one of the elements in the array. Details of the processing rules are defined in (#selecting_claims). +`intent_to_retain` +: OPTIONAL. A boolean that indicates the Verifier intends to store the Claim's data that is being requested beyond the processing of the response. For example, to meet regulatory requirements of retaining records of transactions or to maintain user profiles. If omitted, the default value is `false`. + The ISO mdoc specific parameters to be used in the Claims Query are defined in (#mdocs_claims_query). ### Selecting Claims and Credentials {#dcql_query_lang_processing_rules} @@ -2709,6 +2712,7 @@ The technology described in this specification was made available from contribut -24 + * add `intent_to_retain` mechanism -23