Files
aspnet-microservice-template/Utils/TwoFactorProvider.cs

11 lines
132 B
C#

namespace GamificationService.Utils;
public enum TwoFactorProvider
{
NONE,
EMAIL,
PHONE,
PUSH,
AUTHENTICATOR
}