OtpVerification

  • The VerifyOtpRequest object encapsulates the response for OTP verification.

  • It includes the sendOtpRequestId generated during the initial OTP request and the otp provided by the user.

  • Both sendOtpRequestId and otp fields are required and are of string type.

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