| <ItemGroup> | <ItemGroup> | ||||
| <Protobuf Include="Protos\greet.proto" GrpcServices="Server" /> | <Protobuf Include="Protos\greet.proto" GrpcServices="Server" /> | ||||
| <Protobuf Include="Protos\auth.proto" GrpcServices="Server" /> | |||||
| </ItemGroup> | </ItemGroup> | ||||
| <ItemGroup> | <ItemGroup> |
| message AuthResponse { | message AuthResponse { | ||||
| string code = 1; | string code = 1; | ||||
| } | |||||
| message AccessResponse { | |||||
| string access_token = 1; | |||||
| } | } |