1 type derived from TwoFactorAuthenticationModel
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V5\Account\Manage\TwoFactorAuthentication.cshtml.cs (1)
62
internal sealed class TwoFactorAuthenticationModel<TUser> :
TwoFactorAuthenticationModel
where TUser : class
2 references to TwoFactorAuthenticationModel
Microsoft.AspNetCore.Identity.UI (2)
Areas\Identity\Pages\V5\Account\Manage\TwoFactorAuthentication.cshtml.cs (2)
66
private readonly ILogger<
TwoFactorAuthenticationModel
> _logger;
69
UserManager<TUser> userManager, SignInManager<TUser> signInManager, ILogger<
TwoFactorAuthenticationModel
> logger)