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