1 write to AllowCredentials
Microsoft.AspNetCore.Identity (1)
SignInManager.cs (1)
717
AllowCredentials
= allowCredentials,
2 references to AllowCredentials
Microsoft.AspNetCore.Identity (2)
DefaultPasskeyHandler.cs (2)
320
if (originalOptions.
AllowCredentials
is { Count: > 0 } allowCredentials &&
321
!originalOptions.
AllowCredentials
.Any(c => c.Id.Equals(credential.Id)))