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