From f2aae7417a3791be95d7289ac323fcc4cbb0a012 Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Wed, 2 Aug 2023 12:30:13 -0500 Subject: [PATCH] Fix confidence method description. Co-authored-by: Ted Thibodeau Jr --- index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index b93bb8a9a..b104c9954 100644 --- a/index.html +++ b/index.html @@ -3559,7 +3559,10 @@

Reserved Extension Points

`confidenceMethod` A property used for specifying one or more methods that a verifier -might rely on in order to authenticate the holder of a presentation. +might use to increase their confidence that the value of an attribute in or of +a verifiable credential or verifiable presentation is accurate, including but not +limited to attributes such as `initialRecipient` (a/k/a `issuee`), `presenter`, +`authorizedPresenter`, `holder`, etc. The associated vocabulary URL MUST be `https://www.w3.org/2018/credentials#confidenceMethod`.