[Presence] Deprecate signature_version field in protos.

PiperOrigin-RevId: 671511383
This commit is contained in:
Anthony Rueda
2024-09-05 14:30:15 -07:00
committed by Copybara-Service
parent d89e1f6832
commit 6dd3fbcd3d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ message SharedCredential {
// Signature algorithm version. Used to determine which algorithm to use to
// verify incoming signatures.
string signature_version = 16;
string signature_version = 16 [deprecated = true];
// The HMAC of the plaintext identity token included (in encrypted form) in an
// unsigned, extended salt, V1 advertisement.
+1 -1
View File
@@ -83,7 +83,7 @@ message LocalCredential {
// Signature algorithm version. Used to determine which algorithm to use to
// sign data.
string signature_version = 12;
string signature_version = 12 [deprecated = true];
// Credential version used to infer the expected credential material.
int64 credential_version = 13;