aspnetcore
aspnetcore copied to clipboard
IsTfaEnabled
https://github.com/dotnet/aspnetcore/blob/main/src/Identity/Core/src/SignInManager.cs#L765
Any reason why this is private? Could it be made protected?
Use case is I want to override methods that calls it, however as it's private, I have no access