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