2 instantiations of TwoFactorAuthentication
Microsoft.AspNetCore.Identity.FunctionalTests (2)
Pages\Account\Manage\Index.cs (2)
53return new TwoFactorAuthentication(Client, twoFactor, context); 62return new TwoFactorAuthentication(Client, twoFactor, Context);
4 references to TwoFactorAuthentication
Microsoft.AspNetCore.Identity.FunctionalTests (4)
Pages\Account\Manage\Index.cs (2)
41public async Task<TwoFactorAuthentication> ClickTwoFactorLinkAsync(bool consent = true) 56public async Task<TwoFactorAuthentication> ClickTwoFactorEnabledLinkAsync()
UserStories.cs (2)
148var twoFactor = await manage.ClickTwoFactorLinkAsync(consent); 160var twoFactor = await manage.ClickTwoFactorEnabledLinkAsync();