会話型アクションのサポートは 2023 年 6 月 13 日に終了しました。詳細については、
会話型アクションの廃止をご覧ください。
AccountLinkingSecret
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
アカウント リンクのフローで使用される暗号化された OAuth クライアント シークレットに関する情報(AUTH_CODE 権限付与タイプの場合)。
JSON 表現 |
{
"encryptedClientSecret": string,
"encryptionKeyVersion": string
} |
フィールド |
encryptedClientSecret |
string (bytes format)
暗号化されたアカウント リンクのクライアント シークレットの暗号テキスト。 Base64 でエンコードされた文字列。
|
encryptionKeyVersion |
string
アカウント リンクのクライアント シークレットの暗号化に使用される暗号鍵のバージョン。このフィールドは、push、プレビュー、バージョン作成フローでは無視されます。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-22 UTC。
[[["わかりやすい","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-08-22 UTC。"],[[["Encrypted OAuth client secrets are used to secure account linking flows for the `AUTH_CODE` grant type."],["The secret is represented in JSON format with an `encryptedClientSecret` field containing the base64-encoded ciphertext and an `encryptionKeyVersion` field indicating the encryption key's version."]]],[]]