DocSpace-buildtools/common/ASC.Core.Common/protos/register_user_proto.proto

10 lines
154 B
Protocol Buffer
Raw Normal View History

2020-09-24 14:30:27 +00:00
syntax = "proto3";
package ASC.Core.Common.Notify;
message RegisterUserProto {
string user_id= 1;
int32 tenant_id= 2;
string token= 3;
2020-09-24 14:30:27 +00:00
}