4 instantiations of PasskeyAuthenticationStateException
Microsoft.AspNetCore.Identity (4)
SignInManager.cs (4)
749
?? throw new
PasskeyAuthenticationStateException
(
754
throw new
PasskeyAuthenticationStateException
(
811
?? throw new
PasskeyAuthenticationStateException
(
816
throw new
PasskeyAuthenticationStateException
(
2 references to PasskeyAuthenticationStateException
Microsoft.AspNetCore.Identity (2)
IdentityApiEndpointRouteBuilderExtensions.cs (2)
162
catch (
PasskeyAuthenticationStateException
)
369
catch (
PasskeyAuthenticationStateException
)