2 references to ValidateTwoFactorSecurityStampAsync
Microsoft.AspNetCore.Identity (2)
SignInManager.cs (1)
1441
var user = await
ValidateTwoFactorSecurityStampAsync
(result.Principal);
TwoFactorSecurityStampValidator.cs (1)
44
=> SignInManager.
ValidateTwoFactorSecurityStampAsync
(principal);