2 instantiations of TwoFactorAuthenticationInfo
Microsoft.AspNetCore.Identity (2)
SignInManager.cs (2)
827_twoFactorInfo = new() 884return new TwoFactorAuthenticationInfo
7 references to TwoFactorAuthenticationInfo
Microsoft.AspNetCore.Identity (7)
SignInManager.cs (7)
28private TwoFactorAuthenticationInfo? _twoFactorInfo; 473var twoFactorInfo = await RetrieveTwoFactorInfoAsync(); 489private async Task<SignInResult> DoTwoFactorSignInAsync(TUser user, TwoFactorAuthenticationInfo twoFactorInfo, bool isPersistent, bool rememberClient) 536var twoFactorInfo = await RetrieveTwoFactorInfoAsync(); 584var twoFactorInfo = await RetrieveTwoFactorInfoAsync(); 626var info = await RetrieveTwoFactorInfoAsync(); 859private async Task<TwoFactorAuthenticationInfo?> RetrieveTwoFactorInfoAsync()