Skip to content

config properties passkey properties user_verification

GitHub Action edited this page Jan 8, 2025 · 9 revisions

Version

v1.3.2

user_verification Type

string

user_verification Constraints

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.

user_verification Default Value

The default value is:

"preferred"
Clone this wiki locally