تم إيقاف إجراءات المحادثات نهائيًا في 13 حزيران (يونيو) 2023. لمزيد من المعلومات، يُرجى الاطّلاع على
إنهاء إجراءات المحادثة.
LinkingType
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
عمليات التعداد |
LINKING_TYPE_UNSPECIFIED |
غير محدد |
GOOGLE_SIGN_IN |
نوع ربط تسجيل الدخول بحساب Google وفي حال استخدام نوع الربط هذا، لا يلزم ضبط الحقول ذات الصلة ببروتوكول OAuth أدناه. |
OAUTH_AND_GOOGLE_SIGN_IN |
نوع ربط OAuth وتسجيل الدخول إلى Google |
OAUTH |
نوع ربط OAuth. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eEncrypts the OAuth client secret used in account linking flows for initial encryption or re-encryption with the latest primary key.\u003c/p\u003e\n"],["\u003cp\u003eSends an HTTP POST request to \u003ccode\u003ehttps://actions.googleapis.com/v2:encryptSecret\u003c/code\u003e with the client secret in the request body.\u003c/p\u003e\n"],["\u003cp\u003eThe request body requires a JSON object containing the \u003ccode\u003eclientSecret\u003c/code\u003e string.\u003c/p\u003e\n"],["\u003cp\u003eThe response body contains the encrypted \u003ccode\u003eaccountLinkingSecret\u003c/code\u003e and the \u003ccode\u003ekeyVersion\u003c/code\u003e used for encryption within a JSON object.\u003c/p\u003e\n"]]],[],null,["# LinkingType\n\nThe type of Account Linking to perform.\n\n| Enums ||\n|----------------------------|--------------------------------------------------------------------------------------------------------|\n| `LINKING_TYPE_UNSPECIFIED` | Unspecified. |\n| `GOOGLE_SIGN_IN` | Google Sign In linking type. If using this linking type, no OAuth-related fields need to be set below. |\n| `OAUTH_AND_GOOGLE_SIGN_IN` | OAuth and Google Sign In linking type. |\n| `OAUTH` | OAuth linking type. |"]]