Yes, this is code to create a client. The usage of...
# spicedb
s
Yes, this is code to create a client. The usage of client is the same as in your example. It works locally.
Copy code
self.client = Client(
    self.host,
    insecure_bearer_token_credentials(config.with_spicedb_secret_token)
)