I am accessing Google Cloud API (Calendar, Sheets) resources from my php app by authenticating as a service account.
Is the communication made by google-api-php-client encrypted?
I want to know if my service account credentials are being transferred securely over https.
Thanks for your help!