2 instantiations of TwoFactorAuthenticationInfo
Microsoft.AspNetCore.Identity (2)
SignInManager.cs (2)
840_twoFactorInfo = new() 897return new TwoFactorAuthenticationInfo
7 references to TwoFactorAuthenticationInfo
Microsoft.AspNetCore.Identity (7)
SignInManager.cs (7)
28private TwoFactorAuthenticationInfo? _twoFactorInfo; 486var twoFactorInfo = await RetrieveTwoFactorInfoAsync(); 502private async Task<SignInResult> DoTwoFactorSignInAsync(TUser user, TwoFactorAuthenticationInfo twoFactorInfo, bool isPersistent, bool rememberClient) 549var twoFactorInfo = await RetrieveTwoFactorInfoAsync(); 597var twoFactorInfo = await RetrieveTwoFactorInfoAsync(); 639var info = await RetrieveTwoFactorInfoAsync(); 872private async Task<TwoFactorAuthenticationInfo?> RetrieveTwoFactorInfoAsync()