7 lines
97 B
Protocol Buffer
7 lines
97 B
Protocol Buffer
syntax = "proto3";
|
|
package token;
|
|
|
|
message AuthToken {
|
|
string uid = 1;
|
|
string home = 2;
|
|
} |