OtpVerification
Object that encapsulates the OTP verification response.
JSON representation |
{
"sendOtpRequestId": string,
"otp": string
} |
Fields |
sendOtpRequestId |
string
REQUIRED: This is the requestId generated by Google during the sendOtp call which this request is associated with.
|
otp |
string
REQUIRED: This is the OTP the user provided if this call was preceded by a sendOtp call
|
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-28 UTC.
[null,null,["Last updated 2025-02-28 UTC."],[[["The OTP verification response is encapsulated within a JSON object containing `sendOtpRequestId` and `otp` fields."],["`sendOtpRequestId` is a required string field representing the ID generated during the initial OTP request."],["`otp` is a required string field containing the One-Time Password provided by the user."]]],["The JSON object for OTP verification responses includes two required fields: `sendOtpRequestId` and `otp`. `sendOtpRequestId` is a string representing the unique ID generated by Google during the initial `sendOtp` request. `otp` is a string containing the one-time password provided by the user, which is present if the response was triggered after a `sendOtp` call.\n"]]