對話動作已於 2023 年 6 月 13 日淘汰。詳情請參閱「
對話動作已淘汰」。
Method: decryptSecret
將帳戶連結流程中使用的 OAuth 用戶端密鑰解密。這可用於查看用戶端密鑰 (例如提取專案後)。
HTTP 要求
POST https://actions.googleapis.com/v2:decryptSecret
這個網址使用 gRPC 轉碼語法。
要求主體
要求主體的資料會採用以下結構:
JSON 表示法 |
{
"encryptedClientSecret": string
} |
欄位 |
encryptedClientSecret |
string (bytes format)
必要欄位。帳戶連結用戶端密鑰密文。 Base64 編碼字串。
|
回應內容
如果成功,回應主體會含有以下結構的資料:
v2.decryptSecret 的 RPC 回應。
JSON 表示法 |
{
"clientSecret": string
} |
欄位 |
clientSecret |
string
帳戶連結用戶端密鑰純文字。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-08-22 (世界標準時間)。
[null,null,["上次更新時間:2024-08-22 (世界標準時間)。"],[[["This endpoint decrypts the OAuth client secret used in account linking flows, allowing you to view it after actions like pulling a project."],["It uses an HTTP POST request to `https://actions.googleapis.com/v2:decryptSecret` with the encrypted client secret in the request body."],["The request body must contain the `encryptedClientSecret` as a base64-encoded string."],["The response body, if successful, will contain the decrypted `clientSecret` as plain text."]]],[]]