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 JSON |
{
"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.
[null,null,["Terakhir diperbarui pada 2025-07-26 UTC."],[[["\u003cp\u003eEncrypted OAuth client secrets are used to secure account linking flows for the \u003ccode\u003eAUTH_CODE\u003c/code\u003e grant type.\u003c/p\u003e\n"],["\u003cp\u003eThe secret is represented in JSON format with an \u003ccode\u003eencryptedClientSecret\u003c/code\u003e field containing the base64-encoded ciphertext and an \u003ccode\u003eencryptionKeyVersion\u003c/code\u003e field indicating the encryption key's version.\u003c/p\u003e\n"]]],[],null,["# AccountLinkingSecret\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nInformation about the encrypted OAuth client secret used in account linking flows (for AUTH_CODE grant type).\n\n| JSON representation ||\n|-----------------------------------------------------------------------------|---|\n| ``` { \"encryptedClientSecret\": string, \"encryptionKeyVersion\": string } ``` |\n\n| Fields ||\n|-------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `encryptedClientSecret` | `string (`[bytes](https://developers.google.com/discovery/v1/type-format)` format)` Encrypted account linking client secret ciphertext. A base64-encoded string. |\n| `encryptionKeyVersion` | `string` The version of the crypto key used to encrypt the account linking client secret. Note that this field is ignored in push, preview, and version creation flows. |"]]