Signal-Android/app/src/main/protowire/ExternalBackups.proto

15 lines
278 B
Protocol Buffer
Raw Normal View History

/**
* Copyright (C) 2023 Open Whisper Systems
*
* Licensed according to the LICENSE file in this repository.
*/
syntax = "proto3";
package signal;
2023-02-02 10:10:00 -05:00
option java_package = "org.thoughtcrime.securesms.absbackup.protos";
message KbsAuthToken {
2023-02-02 10:10:00 -05:00
repeated string tokens = 1;
}