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