AccountLinkingSecret
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Informasi tentang rahasia klien OAuth terenkripsi yang digunakan dalam alur penautan akun (untuk jenis pemberian AUTH_CODE).
Representasi YAML |
encryptedClientSecret: string
encryptionKeyVersion: string |
Kolom |
encryptedClientSecret |
string (bytes format)
Teks tersandi rahasia klien yang menautkan akun terenkripsi. String berenkode base64.
|
encryptionKeyVersion |
string
Versi kunci kripto yang digunakan untuk mengenkripsi rahasia klien penautan akun. Perhatikan bahwa kolom ini diabaikan dalam alur pembuatan push, pratinjau, dan versi.
|
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-26 UTC.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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"]]