Init Git
This commit is contained in:
11
AMREZ.EOP.Domain/Shared/๊Users/ExternalProvider.cs
Normal file
11
AMREZ.EOP.Domain/Shared/๊Users/ExternalProvider.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace AMREZ.EOP.Domain.Shared._Users;
|
||||
|
||||
public enum ExternalProvider
|
||||
{
|
||||
Google = 1,
|
||||
Apple = 2,
|
||||
Microsoft = 3,
|
||||
Facebook = 4,
|
||||
Line = 5,
|
||||
Other = 9
|
||||
}
|
||||
9
AMREZ.EOP.Domain/Shared/๊Users/IdentityType.cs
Normal file
9
AMREZ.EOP.Domain/Shared/๊Users/IdentityType.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace AMREZ.EOP.Domain.Shared._Users;
|
||||
|
||||
public enum IdentityType
|
||||
{
|
||||
Email = 1,
|
||||
Phone = 2,
|
||||
Username = 3,
|
||||
Other = 9
|
||||
}
|
||||
9
AMREZ.EOP.Domain/Shared/๊Users/MfaType.cs
Normal file
9
AMREZ.EOP.Domain/Shared/๊Users/MfaType.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace AMREZ.EOP.Domain.Shared._Users;
|
||||
|
||||
public enum MfaType
|
||||
{
|
||||
Totp = 1,
|
||||
Sms = 2,
|
||||
EmailOtp = 3,
|
||||
WebAuthn = 4
|
||||
}
|
||||
Reference in New Issue
Block a user