Method: decryptSecret
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Hesap bağlama akışlarında kullanılan OAuth istemci gizli anahtarının şifresini çözer. Bu, istemci gizli anahtarını görüntülemek için kullanılabilir (ör. bir proje aldıktan sonra).
HTTP isteği
POST https://actions.googleapis.com/v2:decryptSecret
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
İstek içeriği
İstek gövdesi, aşağıdaki yapıya sahip verileri içerir:
JSON gösterimi |
{
"encryptedClientSecret": string
} |
Alanlar |
encryptedClientSecret |
string (bytes format)
Zorunlu. Hesap bağlama istemcisi gizli şifre metni. base64 kodlu bir dize.
|
Yanıt gövdesi
Başarılı olursa yanıt metni aşağıdaki yapıyla birlikte verileri içerir:
v2.decryptSecret için RPC yanıtı.
JSON gösterimi |
{
"clientSecret": string
} |
Alanlar |
clientSecret |
string
Hesap bağlama istemci gizli anahtarı şifrelenmemiş metni.
|
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-08-22 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2024-08-22 UTC."],[[["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."]]],[]]