2 references to Passkeys
Templates.Blazor.Tests (2)
BlazorTemplateTest.cs (1)
204
if (authenticationFeatures.HasFlag(AuthenticationFeatures.
Passkeys
))
BlazorWebTemplateTest.cs (1)
60
var authenticationFeatures = AuthenticationFeatures.RegisterAndLogIn | AuthenticationFeatures.
Passkeys
;