Transport Layer Security (TLS)
All communication to and from the API endpoints take place using an encrypted communication channel (TLS). gRPC handles configuration of the TLS channel using channel credentials, and you should refer to their documentation.
Configure channel credentials
The following code snippets show how to configure channel credentials using the default set of root certificates installed on your system, which is usually sufficient.
- Java
 - Python
 - PHP
 
CODE EXAMPLE
Code example with php syntax.1
CODE EXAMPLE
Code example with text syntax.1
CODE EXAMPLE
Code example with text syntax.1