1 reference to TwoFactorSecurityStampValidator
Microsoft.AspNetCore.Identity.Test (1)
SecurityStampValidatorTest.cs (1)
342services.AddSingleton<ITwoFactorSecurityStampValidator>(new TwoFactorSecurityStampValidator<PocoUser>(options.Object, signInManager.Object, new LoggerFactory()));