Google のクライアント ID とクライアント シークレット。
クライアント ID を Google に割り当てる必要があります。この ID は OAuth 2.0 リクエストで使用されます
クライアント シークレットを指定します。クライアント シークレットは、
リクエスト フォージェリGoogle のクライアント ID とクライアント シークレットには、URL セーフの任意のものを使用できます。
任意の文字列値を使用できます。クライアント シークレットが Cloud Storage バケットを
Google とお客様のサービスにのみ公開されます。
オプションのスコープ文字列。
API で利用できるユーザーデータの量と種類に応じて、
ユーザーのさまざまなカテゴリを表すスコープを定義し、
分析できますこれにより、当事者は、
し、クライアントが使用できるデータを
あります。特に、サービスでより多くのデータを利用できるようにしている場合は、
Google との統合に必要な範囲を超える場合は、スコープを使用して、
アクセスを許可できます。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-10-09 UTC。"],[[["Before integrating with Google services (excluding Google Assistant), gather necessary information like authorization and token endpoint URLs and contact your developer relations representative."],["You need to provide Google with a client ID and secret, which can be any URL-safe string, and ensure the client secret remains confidential."],["When setting up your authorization endpoint, allowlist the provided `redirect_uri` for Google's client ID."],["Optionally, you can enhance security by implementing a token revocation endpoint, Cross-Account Protection, and defining scopes to limit data access for Google."],["To initiate the process, locate your Google API Project ID within the Google API Console."]]],[]]