This repository contains protobuf definitions of the auth service.
You can use make target_language
command to generate gRPC code. For example if you want to generate code for Go, you can use make go
. After the compilation of make
, you can find the generated code under dist/target_language
directory.