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.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["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"]]