mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-27 04:04:43 +01:00
16 lines
316 B
Protocol Buffer
16 lines
316 B
Protocol Buffer
/**
|
|
* Copyright (C) 2023 Open Whisper Systems
|
|
*
|
|
* Licensed according to the LICENSE file in this repository.
|
|
*/
|
|
|
|
syntax = "proto3";
|
|
|
|
package signal;
|
|
|
|
option java_package = "org.thoughtcrime.securesms.absbackup.protos";
|
|
|
|
message SvrAuthToken {
|
|
repeated string svr2Tokens = 1;
|
|
repeated string svr3Tokens = 2;
|
|
} |