Initial ...
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
using xExceptions.Attributes;
|
||||
|
||||
namespace xServices.Constants
|
||||
{
|
||||
public class xServicesConstancts
|
||||
{
|
||||
}
|
||||
|
||||
public enum XQueryServiceEndPoints
|
||||
{
|
||||
/// <summary>
|
||||
/// Specified Endpoint for Users Fetching as Query ...
|
||||
/// </summary>
|
||||
[StringValue("Account/Users/Query")]
|
||||
QueryUsers,
|
||||
|
||||
/// <summary>
|
||||
/// Refresh Tokens ...
|
||||
/// </summary>
|
||||
[StringValue("Account/RefreshTokens")]
|
||||
RefreshTokens,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user