mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-22 11:18:06 +01:00
Profile gRPC: Define getExpiringProfileKeyCredential endpoint
This commit is contained in:
@@ -253,6 +253,10 @@ message GetExpiringProfileKeyCredentialRequest {
|
||||
* The type of credential being requested.
|
||||
*/
|
||||
CredentialType credential_type = 3;
|
||||
/**
|
||||
* The profile version for which to generate a profile key credential.
|
||||
*/
|
||||
string version = 4;
|
||||
}
|
||||
|
||||
message GetExpiringProfileKeyCredentialAnonymousRequest {
|
||||
@@ -271,7 +275,7 @@ message GetExpiringProfileKeyCredentialResponse {
|
||||
* A zkgroup credential used by a client to prove that it has the profile key
|
||||
* of a targeted account.
|
||||
*/
|
||||
bytes profileKeyCredential = 2;
|
||||
bytes profileKeyCredential = 1;
|
||||
}
|
||||
|
||||
message CheckIdentityKeysRequest {
|
||||
|
||||
Reference in New Issue
Block a user