對話動作已於 2023 年 6 月 13 日淘汰。詳情請參閱「
對話動作已淘汰」。
AccountLinkingSecret
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
帳戶連結流程中使用的加密 OAuth 用戶端密鑰相關資訊 (適用於 AUTH_CODE 授權類型)。
JSON 表示法 |
{
"encryptedClientSecret": string,
"encryptionKeyVersion": string
} |
欄位 |
encryptedClientSecret |
string (bytes format)
已加密的帳戶連結用戶端密鑰密文。 Base64 編碼字串。
|
encryptionKeyVersion |
string
用於加密帳戶連結用戶端密鑰的加密編譯金鑰版本。請注意,在推送、預覽和版本建立流程中,系統會忽略這個欄位。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-26 (世界標準時間)。
[null,null,["上次更新時間:2025-07-26 (世界標準時間)。"],[[["\u003cp\u003eEncrypted OAuth client secrets are used to secure account linking flows for the \u003ccode\u003eAUTH_CODE\u003c/code\u003e grant type.\u003c/p\u003e\n"],["\u003cp\u003eThe secret is represented in JSON format with an \u003ccode\u003eencryptedClientSecret\u003c/code\u003e field containing the base64-encoded ciphertext and an \u003ccode\u003eencryptionKeyVersion\u003c/code\u003e field indicating the encryption key's version.\u003c/p\u003e\n"]]],[],null,["# AccountLinkingSecret\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nInformation about the encrypted OAuth client secret used in account linking flows (for AUTH_CODE grant type).\n\n| JSON representation ||\n|-----------------------------------------------------------------------------|---|\n| ``` { \"encryptedClientSecret\": string, \"encryptionKeyVersion\": string } ``` |\n\n| Fields ||\n|-------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `encryptedClientSecret` | `string (`[bytes](https://developers.google.com/discovery/v1/type-format)` format)` Encrypted account linking client secret ciphertext. A base64-encoded string. |\n| `encryptionKeyVersion` | `string` The version of the crypto key used to encrypt the account linking client secret. Note that this field is ignored in push, preview, and version creation flows. |"]]