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