using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; namespace BTCPayServer.Services { public class Claims { public const string SIN = "BITID_SIN"; public const string OwnStore = "BTCPAY_OWN_STORE"; } }