Skip to content

Commit

Permalink
Add the word "OPTIONAL" to userVerification field to match surround…
Browse files Browse the repository at this point in the history
…ing style.

Previously, `userVerification` was the only optional field of `PublicKeyCredentialRequestOptions` that didn't include the word "OPTIONAL", which can suggest at first glance that this field is not optional like the other optional ones. Adding the word is simple, and should avoid potential confusion.
  • Loading branch information
lgarron committed Oct 5, 2018
1 parent 2056fee commit 0225a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Expand Up @@ -2145,7 +2145,7 @@ an assertion. Its {{PublicKeyCredentialRequestOptions/challenge}} member MUST be
preferred credential, and so on down the list).

: <dfn>userVerification</dfn>
:: This member describes the [=[RP]=]'s requirements regarding [=user verification=] for the
:: This OPTIONAL member describes the [=[RP]=]'s requirements regarding [=user verification=] for the
{{CredentialsContainer/get()}} operation. Eligible authenticators are filtered to only those capable of satisfying this
requirement.

Expand Down

0 comments on commit 0225a13

Please sign in to comment.