Files
home-sensors/proto/token/token.proto
T

7 lines
97 B
Protocol Buffer
Raw Normal View History

2023-09-20 22:09:15 -07:00
syntax = "proto3";
package token;
message AuthToken {
string uid = 1;
string home = 2;
}