namespace Atomx.Common.Configuration { public static class StorageKeys { public const string JWTTokenKeyName = "token"; public const string RefreshTokenKeyName = "refresh"; } }