2 instantiations of TwoFactorAuthenticationInfo
Microsoft.AspNetCore.Identity (2)
SignInManager.cs (2)
1395_twoFactorInfo = new() 1447return new TwoFactorAuthenticationInfo
7 references to TwoFactorAuthenticationInfo
Microsoft.AspNetCore.Identity (7)
SignInManager.cs (7)
38private TwoFactorAuthenticationInfo? _twoFactorInfo; 982var twoFactorInfo = await RetrieveTwoFactorInfoAsync(); 998private async Task<SignInResult> DoTwoFactorSignInAsync(TUser user, TwoFactorAuthenticationInfo twoFactorInfo, bool isPersistent, bool rememberClient) 1064var twoFactorInfo = await RetrieveTwoFactorInfoAsync(); 1129var twoFactorInfo = await RetrieveTwoFactorInfoAsync(); 1171var info = await RetrieveTwoFactorInfoAsync(); 1426private async Task<TwoFactorAuthenticationInfo?> RetrieveTwoFactorInfoAsync()