1 instantiation of EnableAuthenticator
Microsoft.AspNetCore.Identity.FunctionalTests (1)
Pages\Account\Manage\TwoFactorAuthentication.cs (1)
41return new EnableAuthenticator(Client, enableAuthenticator, Context);
4 references to EnableAuthenticator
Microsoft.AspNetCore.Identity.FunctionalTests (4)
Pages\Account\LoginWith2fa.cs (1)
26var code = EnableAuthenticator.ComputeCode(twoFactorKey);
Pages\Account\Manage\EnableAuthenticator.cs (1)
12public const string AuthenticatorKey = nameof(EnableAuthenticator) + "." + nameof(AuthenticatorKey);
Pages\Account\Manage\TwoFactorAuthentication.cs (1)
34internal async Task<EnableAuthenticator> ClickEnableAuthenticatorLinkAsync()
UserStories.cs (1)
151var enableAuthenticator = await twoFactor.ClickEnableAuthenticatorLinkAsync();