From 44e993efa1db32bbf03f936c80f6c8aeb836ca29 Mon Sep 17 00:00:00 2001 From: mpbw2 <59324545+mpbw2@users.noreply.github.com> Date: Wed, 25 Feb 2026 15:31:31 -0500 Subject: [PATCH] add pm-27581-device-auth-key feature flag (#7081) --- src/Core/Constants.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Core/Constants.cs b/src/Core/Constants.cs index 88343a090b..2eef68cb42 100644 --- a/src/Core/Constants.cs +++ b/src/Core/Constants.cs @@ -226,6 +226,7 @@ public static class FeatureFlagKeys public const string SendAccess = "pm-19394-send-access-control"; public const string CxpImportMobile = "cxp-import-mobile"; public const string CxpExportMobile = "cxp-export-mobile"; + public const string DeviceAuthKey = "pm-27581-device-auth-key"; /* Platform Team */ public const string WebPush = "web-push";