googleapis / google-api-python-client

🐍 The official Python client library for Google's discovery based APIs.
https://googleapis.github.io/google-api-python-client/docs/
Apache License 2.0
7.55k stars 2.37k forks source link

Inconsistency in doc : OAuth for Installed Applications #2386

Open Etrenak opened 2 months ago

Etrenak commented 2 months ago

Hi,

There appears to be an inconsistency in the documentation for "Using OAuth 2.0 for Installed Applications" (docs/oauth-installed.md) regarding the handling of the client secret.

Could you please clarify the recommended approach for handling the client secret in installed applications?

Thanks