OtpVerification
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
JSON 表示法 |
{
"sendOtpRequestId": string,
"otp": string
} |
字段 |
sendOtpRequestId |
string
必需:这是 Google 在与此请求关联的 sendOtp 调用期间生成的 requestId 。
|
otp |
string
必需:这是用户提供的动态密码(如果在此通话之前经过了 sendOtp 调用)
|
保留所有权利。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):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"]],["最后更新时间 (UTC):2025-07-25。"],[[["The OTP verification response is encapsulated within a JSON object containing `sendOtpRequestId` and `otp` fields."],["`sendOtpRequestId` is a required field representing the ID generated during the initial OTP send request."],["`otp` is a required field containing the One-Time Password provided by the user."]]],["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"]]