namespace Bit.Core.Auth.Enums; public enum WebAuthnPrfStatus { Enabled = 0, Supported = 1, Unsupported = 2 }