2 instantiations of TwoFactorAuthenticationInfo
Microsoft.AspNetCore.Identity (2)
SignInManager.cs (2)
1230_twoFactorInfo = new() 1287return new TwoFactorAuthenticationInfo
7 references to TwoFactorAuthenticationInfo
Microsoft.AspNetCore.Identity (7)
SignInManager.cs (7)
38private TwoFactorAuthenticationInfo? _twoFactorInfo; 823var twoFactorInfo = await RetrieveTwoFactorInfoAsync(); 839private async Task<SignInResult> DoTwoFactorSignInAsync(TUser user, TwoFactorAuthenticationInfo twoFactorInfo, bool isPersistent, bool rememberClient) 905var twoFactorInfo = await RetrieveTwoFactorInfoAsync(); 970var twoFactorInfo = await RetrieveTwoFactorInfoAsync(); 1012var info = await RetrieveTwoFactorInfoAsync(); 1262private async Task<TwoFactorAuthenticationInfo?> RetrieveTwoFactorInfoAsync()