gRPC api and Go

There is some good sample code here:

Note that the sample in question doesn’t cover token expiration or refreshing the token if you are building this into a long-running service. You would want to expand on JWTCredentials for such purpose.

2 Likes