Initial Commit ...
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
namespace xIdentityModels.Constants {
|
||||
public enum XAction {
|
||||
Authentication,
|
||||
Invite,
|
||||
Registration,
|
||||
RequestMobileVerificationCode,
|
||||
ConfirmMobileNumber,
|
||||
RequestEmailVerificationCode,
|
||||
ConfirmEmailAddress,
|
||||
AddAccountInfo,
|
||||
AttachProfileImage,
|
||||
RequestResetPassword,
|
||||
ProfileAction,
|
||||
Finish,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user