DocSpace-client/common/ASC.Core.Common/protos/create_client_proto.proto

11 lines
205 B
Protocol Buffer

syntax = "proto3";
package ASC.Core.Common.Notify;
message CreateClientProto {
int32 tenant_id = 1;
string token = 2;
int32 token_lifespan = 3;
string proxy = 4;
string time = 5;
}