2 instantiations of TwoFactorAuthenticationInfo
Microsoft.AspNetCore.Identity (2)
SignInManager.cs (2)
1230
_twoFactorInfo =
new
()
1287
return new
TwoFactorAuthenticationInfo
7 references to TwoFactorAuthenticationInfo
Microsoft.AspNetCore.Identity (7)
SignInManager.cs (7)
38
private
TwoFactorAuthenticationInfo
? _twoFactorInfo;
823
var
twoFactorInfo = await RetrieveTwoFactorInfoAsync();
839
private async Task<SignInResult> DoTwoFactorSignInAsync(TUser user,
TwoFactorAuthenticationInfo
twoFactorInfo, bool isPersistent, bool rememberClient)
905
var
twoFactorInfo = await RetrieveTwoFactorInfoAsync();
970
var
twoFactorInfo = await RetrieveTwoFactorInfoAsync();
1012
var
info = await RetrieveTwoFactorInfoAsync();
1262
private async Task<
TwoFactorAuthenticationInfo
?> RetrieveTwoFactorInfoAsync()