blob: 7d0ef89b5b1afbf2bb637942bb3fc0168fbed0e6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
syntax = "proto3";
package Tango.PMR.Integration;
option java_package = "com.twine.tango.pmr.integration";
message ExternalClientLoginResponse
{
bool Authenticated = 1;
string SerialNumber = 2;
}
|