| @@ -8,6 +8,7 @@ | |||
| <ItemGroup> | |||
| <Protobuf Include="Protos\greet.proto" GrpcServices="Server" /> | |||
| <Protobuf Include="Protos\auth.proto" GrpcServices="Server" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| @@ -19,4 +19,8 @@ message AuthParams{ | |||
| message AuthResponse { | |||
| string code = 1; | |||
| } | |||
| message AccessResponse { | |||
| string access_token = 1; | |||
| } | |||