-
Notifications
You must be signed in to change notification settings - Fork 797
config properties passkey properties user_verification
GitHub Action edited this page Sep 4, 2024
·
3 revisions
v1.0.3
string
enum: the value of this property must be equal to one of the following values:
Value | Explanation |
---|---|
"required" |
Indicates that user verification is always required. |
"preferred" |
Indicates that user verification is preferred but will not fail the operation if no user verification was performed. |
"discouraged" |
Indicates that no user verification should be performed. |
The default value is:
"preferred"