OtpVerification

OTP 인증 응답을 캡슐화하는 객체입니다.

JSON 표현
{
  "sendOtpRequestId": string,
  "otp": string
}
필드
sendOtpRequestId

string

필수: 이 요청과 연결된 sendOtp 호출 중에 Google에서 생성한 requestId입니다.

otp

string

필수: 이 호출이 sendOtp 호출 이전에 발생한 경우 사용자가 제공한 OTP입니다.