Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

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!


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
192 views
Welcome To Ask or Share your Answers For Others

1 Answer

I want to know if my service account credentials are being transferred securely over https.

https stands for Hypertext Transfer Protocol Secure. So yes, it is secure. https always involves SSL. As long as the SSL-Certificates are valid, (which they propably are), everythig is fine.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...