3 references to SetTwoFactorEnabled
Microsoft.Extensions.Identity.Core (3)
UserManager.cs (2)
2073return await UpdateUserAndRecordMetricAsync(user, UserUpdateType.SetTwoFactorEnabled, startTimestamp).ConfigureAwait(false); 2077_metrics?.UpdateUser(typeof(TUser).FullName!, result: null, UserUpdateType.SetTwoFactorEnabled, startTimestamp, ex);
UserManagerMetrics.cs (1)
274UserUpdateType.SetTwoFactorEnabled => "set_two_factor_enabled",