namespace NexusReader.Application.Constants; public static class StorageKeys { public const string AuthToken = "nexus_auth_token"; public const string RefreshToken = "nexus_refresh_token"; public const string UserEmail = "nexus_user_email"; public const string UserTenant = "nexus_user_tenant"; public const string UserRoles = "nexus_user_roles"; }