Initial Commit ...
This commit is contained in:
@@ -0,0 +1,56 @@
|
||||
using xExceptions.Attributes;
|
||||
|
||||
namespace xIdentityService.Constants {
|
||||
public enum XParam {
|
||||
[StringValue ("Content-Type")]
|
||||
XContentType,
|
||||
|
||||
[StringValue ("{boundary}")]
|
||||
XBoundary,
|
||||
|
||||
[StringValue ("{userSelectByParam}")]
|
||||
XUserSelectByParam,
|
||||
|
||||
[StringValue ("{destUser}")]
|
||||
XDestUser,
|
||||
|
||||
[StringValue ("{id}")]
|
||||
XId,
|
||||
|
||||
[StringValue ("{ids}")]
|
||||
XIds,
|
||||
|
||||
[StringValue ("Origin")]
|
||||
XOrigin,
|
||||
|
||||
[StringValue ("{userName}")]
|
||||
XUserName,
|
||||
|
||||
[StringValue ("{mobileNumber}")]
|
||||
XMobileNumber,
|
||||
|
||||
[StringValue ("{email}")]
|
||||
XEmail,
|
||||
|
||||
[StringValue ("role")]
|
||||
XRole,
|
||||
|
||||
[StringValue ("forceRole")]
|
||||
XForceRole,
|
||||
|
||||
[StringValue ("IsRefreshed")]
|
||||
XIsRefreshed,
|
||||
|
||||
[StringValue ("file")]
|
||||
XFile,
|
||||
|
||||
[StringValue ("files")]
|
||||
XFiles,
|
||||
|
||||
[StringValue ("actionToken")]
|
||||
XActionToken,
|
||||
|
||||
[StringValue ("scope")]
|
||||
XScope,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user