3 references to AuthenticatorTimeout
Microsoft.AspNetCore.Identity (2)
PasskeyHandler.cs (2)
63Timeout = (uint)_options.AuthenticatorTimeout.TotalMilliseconds, 121Timeout = (uint)_options.AuthenticatorTimeout.TotalMilliseconds,
Microsoft.AspNetCore.Identity.Test (1)
IdentityPasskeyOptionsTest.cs (1)
13Assert.Equal(TimeSpan.FromMinutes(5), options.AuthenticatorTimeout);