Skip to content

Commit

Permalink
Fix a link to userVerification parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Oct 28, 2020
1 parent 87ca0fe commit 4897221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2745,7 +2745,7 @@ This enumeration's values describe the [=[RP]=]'s requirements for [=client-side

: <dfn>preferred</dfn>
:: This value indicates the [=[RP]=] strongly prefers creating a [=client-side discoverable credential=], but will accept a
[=server-side credential=]. For example, user agents SHOULD guide the user through setting up [=user verification=] if needed to create a [=client-side discoverable credential=] in this case. This takes precedence over the setting of {{PublicKeyCredentialCreationOptions/userVerification}}.
[=server-side credential=]. For example, user agents SHOULD guide the user through setting up [=user verification=] if needed to create a [=client-side discoverable credential=] in this case. This takes precedence over the setting of {{AuthenticatorSelectionCriteria/userVerification}}.

: <dfn>required</dfn>
:: This value indicates the [=[RP]=] requires a [=client-side discoverable credential=], and is prepared to receive an error
Expand Down

0 comments on commit 4897221

Please sign in to comment.