Share via


IdentityPasskeyOptions.AuthenticatorTimeout Property

Definition

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.

Applies to