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

10 lines
152 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 UserId= 1;
int32 TenantId= 2;
string Token= 3;
}