会話型アクションのサポートは 2023 年 6 月 13 日に終了しました。詳細については、
会話型アクションの廃止をご覧ください。
AccountLinkingSecret
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
アカウント リンクのフローで使用される暗号化された OAuth クライアント シークレットに関する情報(AUTH_CODE 権限付与タイプの場合)。
| YAML 表現 |
encryptedClientSecret: string
encryptionKeyVersion: string |
| フィールド |
encryptedClientSecret |
string (bytes format)
暗号化されたアカウント リンクのクライアント シークレットの暗号テキスト。 Base64 でエンコードされた文字列。
|
encryptionKeyVersion |
string
アカウント リンクのクライアント シークレットの暗号化に使用される暗号鍵のバージョン。このフィールドは、push、プレビュー、バージョン作成フローでは無視されます。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[null,null,["最終更新日 2025-07-26 UTC。"],[],["The core content details the structure of an encrypted OAuth client secret for account linking. It uses a YAML representation with two key fields: `encryptedClientSecret`, a base64-encoded string containing the encrypted secret ciphertext, and `encryptionKeyVersion`, specifying the crypto key version used for encryption. This information is crucial for understanding how account linking secrets are secured, particularly for the AUTH_CODE grant type. The encryption key version is not used in push, preview or version creation flows.\n"]]