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