1 instantiation of ShowRecoveryCodes
Microsoft.AspNetCore.Identity.FunctionalTests (1)
Pages\Account\Manage\EnableAuthenticator.cs (1)
43return new ShowRecoveryCodes(Client, showRecoveryCodes, Context);
7 references to ShowRecoveryCodes
Microsoft.AspNetCore.Identity.FunctionalTests (7)
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 (1)
257var showRecoveryCodes = await UserStories.EnableTwoFactorAuthentication(loggedIn);
Pages\Account\Manage\EnableAuthenticator.cs (1)
28internal async Task<ShowRecoveryCodes> SendValidCodeAsync()
UserStories.cs (1)
145internal static async Task<ShowRecoveryCodes> EnableTwoFactorAuthentication(Index index, bool consent = true)