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