AccountLinkingSecret
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 2024-08-22 UTC.
[null,null,["Terakhir diperbarui pada 2024-08-22 UTC."],[[["Encrypted OAuth client secrets are used to secure account linking flows with the `AUTH_CODE` grant type."],["The secret is represented in YAML with `encryptedClientSecret` containing the base64-encoded ciphertext and `encryptionKeyVersion` specifying the encryption key's version."],["`encryptedClientSecret` is a base64-encoded string representing the encrypted client secret, and `encryptionKeyVersion` indicates the version of the encryption key used."]]],["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"]]