2 instantiations of TwoFactorAuthenticationInfo
Microsoft.AspNetCore.Identity (2)
SignInManager.cs (2)
1461
_twoFactorInfo =
new
()
1513
return new
TwoFactorAuthenticationInfo
7 references to TwoFactorAuthenticationInfo
Microsoft.AspNetCore.Identity (7)
SignInManager.cs (7)
38
private
TwoFactorAuthenticationInfo
? _twoFactorInfo;
1048
var
twoFactorInfo = await RetrieveTwoFactorInfoAsync();
1064
private async Task<SignInResult> DoTwoFactorSignInAsync(TUser user,
TwoFactorAuthenticationInfo
twoFactorInfo, bool isPersistent, bool rememberClient)
1130
var
twoFactorInfo = await RetrieveTwoFactorInfoAsync();
1195
var
twoFactorInfo = await RetrieveTwoFactorInfoAsync();
1237
var
info = await RetrieveTwoFactorInfoAsync();
1492
private async Task<
TwoFactorAuthenticationInfo
?> RetrieveTwoFactorInfoAsync()