2 references to Type
Microsoft.AspNetCore.Identity (2)
PasskeyHandler.cs (2)
585if (!string.Equals(expectedType, clientData.Type, StringComparison.Ordinal)) 587throw PasskeyException.InvalidClientDataType(expectedType, clientData.Type);