namespace NpgsqlRestClient.Fido2; public static class CoseAlgorithm { public const int ES256 = -7; public const int RS256 = -257; }