9 lines
252 B
C#
9 lines
252 B
C#
|
namespace ZeroFramework.IdentityServer.API.Constants
|
|||
|
{
|
|||
|
public class AuthorizeConstants
|
|||
|
{
|
|||
|
public const string TenantOwnerPolicyName = TenantOwnerRequireRole;
|
|||
|
|
|||
|
public const string TenantOwnerRequireRole = "TenantOwner";
|
|||
|
}
|
|||
|
}
|