piighost/google-oauth-client-id

Google OAuth client identifier, the project number then the client hash under apps.googleusercontent.com. Not a secret on its own, since a web client ships it to the browser, but it names the project and travels with the client secret that is one.

Label: GOOGLE_OAUTH_CLIENT_ID

Pattern

\b\d{6,}-[a-z0-9]{10,}\.apps\.googleusercontent\.com\b

Must be caught

Must be left alone

Tags: international, secrets, software-dev

Download the detector as TOML