using System.Collections.Generic; using BTCPayServer.Client; namespace BTCPayServer.Security.GreenField { public static class GreenFieldConstants { public const string AuthenticationType = "GreenField"; public static class ClaimTypes { public const string Permission = "APIKey.Permission"; } } }