2 references to Type
Microsoft.AspNetCore.Identity (2)
PasskeyHandler.cs (2)
558if (!string.Equals(ExpectedType, credential.Type, StringComparison.Ordinal)) 560throw PasskeyException.InvalidCredentialType(ExpectedType, credential.Type);