在Google 的 OIDC 指南中,部分Exchange code for access token and ID token声明我必须提供client_secret.
如果我从 API 控制台中选择相关的客户端 ID,我确实会得到一个名为client_secret_.... 但是,JSON 对象的所有字段都没有被命名为 secret 或类似的名称。(这些字段被命名为client_id、project_id、auth_uri、token_uri、auth_provider_x509_cert_url和redirect_uris。)
那么,我从哪里得到这个client_secret?
