2 instantiations of TwoFactorAuthenticationInfo
Microsoft.AspNetCore.Identity (2)
SignInManager.cs (2)
1248_twoFactorInfo = new() 1305return new TwoFactorAuthenticationInfo
7 references to TwoFactorAuthenticationInfo
Microsoft.AspNetCore.Identity (7)
SignInManager.cs (7)
38private TwoFactorAuthenticationInfo? _twoFactorInfo; 841var twoFactorInfo = await RetrieveTwoFactorInfoAsync(); 857private async Task<SignInResult> DoTwoFactorSignInAsync(TUser user, TwoFactorAuthenticationInfo twoFactorInfo, bool isPersistent, bool rememberClient) 923var twoFactorInfo = await RetrieveTwoFactorInfoAsync(); 988var twoFactorInfo = await RetrieveTwoFactorInfoAsync(); 1030var info = await RetrieveTwoFactorInfoAsync(); 1280private async Task<TwoFactorAuthenticationInfo?> RetrieveTwoFactorInfoAsync()