Files
Android/app/src/main/protowire/ExternalBackups.proto
2024-06-21 09:19:47 -03:00

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;
}