Skip to content

Commit e155bae

Browse files
authored
fix linking errors, ref PublicKeyCredentialCreationOptions rather than MakePublicKeyCredentialOptions (#840)
merging on @AngeloKai's request.
1 parent c53c1d1 commit e155bae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4790,7 +4790,7 @@ in several ways, including:
47904790
In order to protect users from being identified without [=user consent|consent=], implementations of the
47914791
{{PublicKeyCredential/[[Create]](origin, options, sameOriginWithAncestors)}} method need to take care to not leak information that
47924792
could enable a malicious [=[RP]=] to distinguish between these cases, where "excluded" means that at least one of the [=public key
4793-
credential|credentials=] listed by the [=[RP]=] in {{MakePublicKeyCredentialOptions/excludeCredentials}} is bound to the
4793+
credential|credentials=] listed by the [=[RP]=] in {{PublicKeyCredentialCreationOptions/excludeCredentials}} is bound to the
47944794
[=authenticator=]:
47954795

47964796
- No [=authenticators=] are present.
@@ -4801,7 +4801,7 @@ which [=public key credential|credentials=] are available. For example, one such
48014801
failure response as soon as an excluded [=authenticator=] becomes available. In this case - especially if the excluded
48024802
[=authenticator=] is a [=platform authenticator=] - the [=[RP]=] could detect that the [=ceremony=] was canceled before the
48034803
timeout and before the user could feasibly have canceled it manually, and thus conclude that at least one of the [=public key
4804-
credential|credentials=] listed in the {{MakePublicKeyCredentialOptions/excludeCredentials}} parameter is available to the user.
4804+
credential|credentials=] listed in the {{PublicKeyCredentialCreationOptions/excludeCredentials}} parameter is available to the user.
48054805

48064806
The above is not a concern, however, if the user has [=user consent|consented=] to create a new credential before a
48074807
distinguishable error is returned, because in this case the user has confirmed intent to share the information that would be

0 commit comments

Comments
 (0)