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