Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
OtpVerification
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
عنصر يتضمّن استجابة التحقّق من كلمة المرور لمرة واحدة (OTP)
| تمثيل JSON |
{
"sendOtpRequestId": string,
"otp": string
} |
| الحقول |
sendOtpRequestId |
string
مطلوب: هذا هو requestId الذي أنشأته Google أثناء مكالمة sendOtp المرتبطة بهذا الطلب.
|
otp |
string
مطلوبة: هذه هي كلمة المرور لمرة واحدة التي أدخلها المستخدم إذا كانت هذه المكالمة مسبوقة بمكالمة sendOtp.
|
جميع الحقوق محفوظة. إنّ Java علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","easyToUnderstand","thumb-up"],["ساعَدني المحتوى في حلّ مشكلتي.","solvedMyProblem","thumb-up"],["غير ذلك","otherUp","thumb-up"]],[["لا يحتوي على المعلومات التي أحتاج إليها.","missingTheInformationINeed","thumb-down"],["الخطوات معقدة للغاية / كثيرة جدًا.","tooComplicatedTooManySteps","thumb-down"],["المحتوى قديم.","outOfDate","thumb-down"],["ثمة مشكلة في الترجمة.","translationIssue","thumb-down"],["مشكلة في العيّنات / التعليمات البرمجية","samplesCodeIssue","thumb-down"],["غير ذلك","otherDown","thumb-down"]],["تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[],["The core content defines a JSON object for OTP verification responses. It requires two string fields: `sendOtpRequestId`, which is the Google-generated request ID from the preceding `sendOtp` call, and `otp`, representing the user-provided OTP from that same call. Both fields are mandatory for a valid response object.\n"]]