Hi all, I'm building a prototype authz system wit...
# spicedb
p
Hi all, I'm building a prototype authz system with SpiceDB using Java client (https://github.com/authzed/authzed-java/releases/tag/0.2.0) but it seems the client has changed and the Java examples (https://github.com/authzed/authzed-java/blob/main/examples/v1/App.java, https://docs.authzed.com/guides/first-app) was outdated, again. Currently cannot find the
.withCallCredentials()
method when creating the BlockingGrpcStub as below. Can someone help guiding me to resolve the issue or update the example for Java client?