SignInManagerMetrics.cs (8)
83internal void AuthenticateSignIn(string userType, string authenticationScheme, SignInResult? result, SignInType signInType, bool? isPersistent, long startTimestamp, Exception? exception = null)
202private static string GetSignInType(SignInType signInType)
206SignInType.Password => "password",
207SignInType.TwoFactorRecoveryCode => "two_factor_recovery_code",
208SignInType.TwoFactorAuthenticator => "two_factor_authenticator",
209SignInType.TwoFactor => "two_factor",
210SignInType.External => "external",
211SignInType.Passkey => "passkey",