2 references to GetTwoFactorEnabledAsync
Microsoft.AspNetCore.Identity (2)
IdentityApiEndpointRouteBuilderExtensions.cs (1)
331IsTwoFactorEnabled = await userManager.GetTwoFactorEnabledAsync(user),
SignInManager.cs (1)
1210await UserManager.GetTwoFactorEnabledAsync(user) &&