Thank you! I was able to make it work by passing...
# spicedb
a
Thank you! I was able to make it work by passing ENUM value directly.
const client = v1.NewClient("somerandomkeyhere", "localhost:50051", 1);
Seems
ClientSecurity
is not exported by V1 API. Thanks!