namespace Volo.Abp.IdentityServer.Clients { public class ClientPropertyConsts { public const int KeyMaxLength = 64; public const int ValueMaxLength = 128; } }