3 references to LoginExistingUser2FaAsync
Microsoft.AspNetCore.Identity.FunctionalTests (3)
LoginTests.cs (2)
79
await UserStories.
LoginExistingUser2FaAsync
(newClient, userName, password, twoFactorKey);
105
await UserStories.
LoginExistingUser2FaAsync
(newClient, userName, password, twoFactorKey);
ManagementTests.cs (1)
262
var index = await UserStories.
LoginExistingUser2FaAsync
(newClient, userName, password, twoFactorKey);