OtpVerification
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
ऑब्जेक्ट जो ओटीपी की पुष्टि के रिस्पॉन्स को एन्क्रिप्ट (सुरक्षित) करता है.
JSON के काेड में दिखाना |
{
"sendOtpRequestId": string,
"otp": string
} |
फ़ील्ड |
sendOtpRequestId |
string
ज़रूरी: यह requestId है, जिसे Google ने sendOtp कॉल के दौरान जनरेट किया था, जिससे यह अनुरोध जुड़ा था.
|
otp |
string
ज़रूरी: अगर इस कॉल से पहले sendOtp कॉल किया गया था, तो उपयोगकर्ता ने यह ओटीपी दिया है
|
सभी अधिकार सुरक्षित. Java, Oracle और/या इसके सहयोगियों का एक पंजीकृत ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 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"]]