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
必須: これは、このリクエストに関連付けられている sendOtp 呼び出し中に Google が生成した requestId です。
|
otp |
string
必須: この呼び出しが sendOtp 呼び出しだった場合にユーザーが指定した OTP
|
All rights reserved. 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"]]