OtpVerification

用于封装动态密码验证响应的对象。

JSON 表示法
{
  "sendOtpRequestId": string,
  "otp": string
}
字段
sendOtpRequestId

string

必需:这是 Google 在与此请求关联的 sendOtp 调用期间生成的 requestId

otp

string

必需:这是用户提供的动态密码(如果在此通话之前经过了 sendOtp 调用)