對話動作已於 2023 年 6 月 13 日淘汰。詳情請參閱「
對話動作已淘汰」。
Method: encryptSecret
加密帳戶連結流程中使用的 OAuth 用戶端密鑰。這可用於首次加密用戶端密鑰 (例如在第一次推送前或在變更用戶端密鑰之後),或利用最新的主要金鑰版本重新加密用戶端密鑰 (考慮輪替金鑰)。
HTTP 要求
POST https://actions.googleapis.com/v2:encryptSecret
這個網址使用 gRPC 轉碼語法。
要求主體
要求主體的資料會採用以下結構:
JSON 表示法 |
{
"clientSecret": string
} |
欄位 |
clientSecret |
string
必要欄位。帳戶連結用戶端密鑰純文字。
|
回應主體
如果成功,回應主體會含有以下結構的資料:
v2.EncryptSecret 的 RPC 回應。
欄位 |
accountLinkingSecret |
object (AccountLinkingSecret )
包含加密的帳戶連結用戶端密鑰,以及用來加密密鑰的金鑰版本。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-08-22 (世界標準時間)。
[null,null,["上次更新時間:2024-08-22 (世界標準時間)。"],[[["Encrypts the OAuth client secret used in account linking flows for initial encryption, re-encryption, or key rotation."],["Sends an HTTP POST request to `https://actions.googleapis.com/v2:encryptSecret` with the client secret in the request body."],["The request body requires a JSON object with the `clientSecret` field containing the plaintext client secret."],["The response body, upon success, includes the encrypted account linking client secret and the encryption key version within an `accountLinkingSecret` object."]]],[]]