OtpVerification
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
OTP doğrulama yanıtını kapsayan nesne.
JSON gösterimi |
{
"sendOtpRequestId": string,
"otp": string
} |
Alanlar |
sendOtpRequestId |
string
ZORUNLU: Bu, isteğin ilişkili olduğu sendOtp çağrısı sırasında Google tarafından oluşturulan requestId değeridir.
|
otp |
string
ZORUNLU: Bu görüşmeden önce bir sendOtp çağrısı yapıldıysa kullanıcının sağladığı OTP'dir.
|
Tüm hakları saklıdır. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-25 UTC.
[null,null,["Son güncelleme tarihi: 2025-07-25 UTC."],[],["The core content defines a JSON object for OTP verification responses. It requires two string fields: `sendOtpRequestId`, which is the Google-generated request ID from the preceding `sendOtp` call, and `otp`, representing the user-provided OTP from that same call. Both fields are mandatory for a valid response object.\n"]]