7 instantiations of TwoFactorAuthenticationInfo
Microsoft.AspNetCore.Identity (2)
SignInManager.cs (2)
1219_twoFactorInfo = new() 1276return new TwoFactorAuthenticationInfo
Microsoft.AspNetCore.Identity.Test (5)
SignInManagerTest.cs (5)
554var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user }; 596var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user }; 635var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user }; 714var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user }; 966var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user };
12 references to TwoFactorAuthenticationInfo
Microsoft.AspNetCore.Identity (7)
SignInManager.cs (7)
34private TwoFactorAuthenticationInfo? _twoFactorInfo; 812var twoFactorInfo = await RetrieveTwoFactorInfoAsync(); 828private async Task<SignInResult> DoTwoFactorSignInAsync(TUser user, TwoFactorAuthenticationInfo twoFactorInfo, bool isPersistent, bool rememberClient) 894var twoFactorInfo = await RetrieveTwoFactorInfoAsync(); 959var twoFactorInfo = await RetrieveTwoFactorInfoAsync(); 1001var info = await RetrieveTwoFactorInfoAsync(); 1251private async Task<TwoFactorAuthenticationInfo?> RetrieveTwoFactorInfoAsync()
Microsoft.AspNetCore.Identity.Test (5)
SignInManagerTest.cs (5)
554var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user }; 596var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user }; 635var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user }; 714var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user }; 966var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user };