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