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