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