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
חובה: זהו ה-OTP שהמשתמש סיפק אם קדמה לשיחה הזו קריאה ל-sendOtp
|
כל הזכויות שמורות. Java הוא סימן מסחרי רשום של Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[[["התוכן קל להבנה","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 (שעון UTC)."],[],["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"]]