From 92ccb542574e532ad33a4d2e0913224599b91251 Mon Sep 17 00:00:00 2001 From: Emil Lundberg Date: Wed, 13 Nov 2024 19:58:01 +0100 Subject: [PATCH] Fix undefined reference to client-side discoverable credential property --- index.bs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.bs b/index.bs index 9f86129a0..655b300da 100644 --- a/index.bs +++ b/index.bs @@ -7344,8 +7344,7 @@ During a transition from the FIDO U2F JavaScript API, a [=[RP]=] may have a popu This [=client extension|client=] [=registration extension=] facilitates reporting certain [=credential properties=] known by the [=client=] to the requesting [=[WRP]=] upon creation of a [=public key credential source=] as a result of a [=registration ceremony=]. -At this time, one [=credential property=] is defined: the [=resident key credential property=] -(i.e., [=client-side discoverable credential property=]). +At this time, one [=credential property=] is defined: the [=client-side discoverable credential property=]. : Extension identifier @@ -7382,7 +7381,8 @@ At this time, one [=credential property=] is defined: the [=resident key credent
: rk - :: This OPTIONAL property, known abstractly as the resident key credential property, + :: This OPTIONAL property, known abstractly as the client-side discoverable credential property + or as the resident key credential property, is a Boolean value indicating whether the {{PublicKeyCredential}} returned as a result of a [=registration ceremony=] is a [=client-side discoverable credential=]. If {{rk}} is [TRUE], the credential is a [=discoverable credential=].