8 references to EnableTwoFactorAuthentication
Microsoft.AspNetCore.Identity.FunctionalTests (8)
LoginTests.cs (4)
73var showRecoveryCodes = await UserStories.EnableTwoFactorAuthentication(loggedIn); 99var showRecoveryCodes = await UserStories.EnableTwoFactorAuthentication(loggedIn); 119var showRecoveryCodes = await UserStories.EnableTwoFactorAuthentication(loggedIn); 144var showRecoveryCodes = await UserStories.EnableTwoFactorAuthentication(loggedIn);
ManagementTests.cs (4)
37Assert.NotNull(await UserStories.EnableTwoFactorAuthentication(index)); 53Assert.Null(await UserStories.EnableTwoFactorAuthentication(index, consent: false)); 257var showRecoveryCodes = await UserStories.EnableTwoFactorAuthentication(loggedIn); 294await UserStories.EnableTwoFactorAuthentication(index);