-
Notifications
You must be signed in to change notification settings - Fork 937
config properties passkey properties user_verification
GitHub Action edited this page Jan 8, 2025
·
9 revisions
v1.3.2
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"