Skip to content

Commit

Permalink
Address Matt's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascoe committed May 15, 2024
1 parent 9a30613 commit dde3ab3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -4640,9 +4640,7 @@ It takes the following input parameters:
: |requireResidentKey|
:: The [=effective resident key requirement for credential creation=], a Boolean value determined by the [=client=].
: |requireUserPresence|
:: The constant Boolean value [TRUE] unless <code>|options|.{{CredentialCreationOptions/mediation}}</code> is set to {{CredentialMediationRequirement/conditional}}.
It is included here as a pseudo-parameter to simplify applying this abstract authenticator model to implementations that may
wish to make a [=test of user presence=] optional.
:: The constant Boolean value [TRUE], or |FALSE| when <code>|options|.{{CredentialCreationOptions/mediation}}</code> is set to {{CredentialMediationRequirement/conditional}} and the user agent previously collected consent from the user.
: |requireUserVerification|
:: The [=effective user verification requirement for credential creation=], a Boolean value determined by the [=client=].
: |credTypesAndPubKeyAlgs|
Expand Down

0 comments on commit dde3ab3

Please sign in to comment.