تم إيقاف إجراءات المحادثات نهائيًا في 13 حزيران (يونيو) 2023. لمزيد من المعلومات، يُرجى الاطّلاع على
إنهاء إجراءات المحادثة.
AccountLinkingSecret
معلومات عن سر عميل OAuth المشفر المستخدَم في مسارات ربط الحسابات (لنوع منح AUTH_CODE)
تمثيل YAML |
encryptedClientSecret: string
encryptionKeyVersion: string |
الحقول |
encryptedClientSecret |
string (bytes format)
نص مُشفر سرّي للعميل مرتبط بالحساب. سلسلة بترميز base64.
|
encryptionKeyVersion |
string
إصدار مفتاح التشفير المُستخدَم لتشفير سر العميل المرتبط بالحساب. يُرجى العلم أنّه يتم تجاهل هذا الحقل في مسارات الدفع والمعاينة وإنشاء الإصدار.
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-08-22 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-08-22 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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"]]