IdentityPasskeyOptions.AuthenticatorTimeout 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 time that the browser should wait for the authenticator to provide a passkey.
public TimeSpan AuthenticatorTimeout { get; set; }
member this.AuthenticatorTimeout : TimeSpan with get, set
Public Property AuthenticatorTimeout As TimeSpan
Property Value
Remarks
This option applies to both creating a new passkey and requesting an existing passkey. This is treated as a hint to the browser, and the browser may choose to ignore it.
The default value is 5 minutes.
See https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptions-timeout and https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptions-timeout.