3 references to GenerateNewTwoFactorRecoveryCodes
Microsoft.Extensions.Identity.Core (3)
UserManager.cs (2)
2412
var update = await UpdateUserAndRecordMetricAsync(user, UserUpdateType.
GenerateNewTwoFactorRecoveryCodes
).ConfigureAwait(false);
2421
_metrics?.UpdateUser(typeof(TUser).FullName!, result: null, UserUpdateType.
GenerateNewTwoFactorRecoveryCodes
, ex);
UserManagerMetrics.cs (1)
243
UserUpdateType.
GenerateNewTwoFactorRecoveryCodes
=> "generate_new_two_factor_recovery_codes",