7 instantiations of TwoFactorAuthenticationInfo
Microsoft.AspNetCore.Identity (2)
SignInManager.cs (2)
1389_twoFactorInfo = new() 1446return new TwoFactorAuthenticationInfo
Microsoft.AspNetCore.Identity.Test (5)
SignInManagerTest.cs (5)
505var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user }; 547var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user }; 586var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user }; 665var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user }; 917var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user };
12 references to TwoFactorAuthenticationInfo
Microsoft.AspNetCore.Identity (7)
SignInManager.cs (7)
35private TwoFactorAuthenticationInfo? _twoFactorInfo; 985var twoFactorInfo = await RetrieveTwoFactorInfoAsync(); 1001private async Task<SignInResult> DoTwoFactorSignInAsync(TUser user, TwoFactorAuthenticationInfo twoFactorInfo, bool isPersistent, bool rememberClient) 1066var twoFactorInfo = await RetrieveTwoFactorInfoAsync(); 1130var twoFactorInfo = await RetrieveTwoFactorInfoAsync(); 1172var info = await RetrieveTwoFactorInfoAsync(); 1421private async Task<TwoFactorAuthenticationInfo?> RetrieveTwoFactorInfoAsync()
Microsoft.AspNetCore.Identity.Test (5)
SignInManagerTest.cs (5)
505var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user }; 547var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user }; 586var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user }; 665var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user }; 917var twoFactorInfo = new SignInManager<PocoUser>.TwoFactorAuthenticationInfo { User = user };