initial commit from an older template
This commit is contained in:
10
Utils/TwoFactorProvider.cs
Normal file
10
Utils/TwoFactorProvider.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace GamificationService.Utils;
|
||||
|
||||
public enum TwoFactorProvider
|
||||
{
|
||||
NONE,
|
||||
EMAIL,
|
||||
PHONE,
|
||||
PUSH,
|
||||
AUTHENTICATOR
|
||||
}
|
||||
Reference in New Issue
Block a user