Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
OtpVerification
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
| JSON 表示法 |
{
"sendOtpRequestId": string,
"otp": string
} |
| 欄位 |
sendOtpRequestId |
string
必要項目:這是 Google 在與這項要求相關聯的 sendOtp 呼叫期間產生的 requestId。
|
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"]]