15 lines
No EOL
278 B
Protocol Buffer
15 lines
No EOL
278 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 tokens = 1;
|
|
} |