IdentityPasskeyOptions.UserVerificationRequirement Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the user verification requirement.
public string? UserVerificationRequirement { get; set; }
member this.UserVerificationRequirement : string with get, set
Public Property UserVerificationRequirement As String
Property Value
Remarks
This option applies to both creating a new passkey and requesting an existing passkey.
Possible values are "required", "preferred", and "discouraged". If set to null, the effective value is "preferred".
The default value is "required".
See https://www.w3.org/TR/webauthn-3/#enumdef-userverificationrequirement.