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