namespace Bit.Core.Enums; public enum PushNotificationLogOutReason : byte { KdfChange = 0, KeyRotation = 1 }