16 lines
389 B
C#
16 lines
389 B
C#
namespace xIdentityModels.Constants {
|
|
public enum XAction {
|
|
Authentication,
|
|
Invite,
|
|
Registration,
|
|
RequestMobileVerificationCode,
|
|
ConfirmMobileNumber,
|
|
RequestEmailVerificationCode,
|
|
ConfirmEmailAddress,
|
|
AddAccountInfo,
|
|
AttachProfileImage,
|
|
RequestResetPassword,
|
|
ProfileAction,
|
|
Finish,
|
|
}
|
|
} |