Struct google_identitytoolkit3::IdentitytoolkitRelyingpartySendVerificationCodeRequest[][src]

pub struct IdentitytoolkitRelyingpartySendVerificationCodeRequest {
    pub phone_number: Option<String>,
    pub ios_secret: Option<String>,
    pub ios_receipt: Option<String>,
    pub recaptcha_token: Option<String>,
}

Request for Identitytoolkit-SendVerificationCode

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

The phone number to send the verification code to in E.164 format.

Secret delivered to iOS app via APNS.

Receipt of successful app token validation with APNS.

Recaptcha solution.

Trait Implementations

Auto Trait Implementations