OtpVerification
Stay organized with collections
Save and categorize content based on your preferences.
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 2022-11-29 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]