9 lines
220 B
C#
9 lines
220 B
C#
|
using ZeroFramework.IdentityServer.API.Tenants;
|
|||
|
|
|||
|
namespace ZeroFramework.IdentityServer.API.Constants
|
|||
|
{
|
|||
|
public class TenantConstants
|
|||
|
{
|
|||
|
public const string TenantKey = TenantClaimTypes.TenantId;
|
|||
|
}
|
|||
|
}
|