In Google's OIDC guide, section Exchange code for access token and ID token
states that I must provide a client_secret
.
If I select the relevant client ID from the API console, I do indeed get a JSON file named client_secret_...
. However, none of the fields of the JSON object are named secret or anything similar. (The fields are named client_id
, project_id
, auth_uri
, token_uri
, auth_provider_x509_cert_url
, and redirect_uris
.)
So, where do I get this client_secret
?