Struct google_identitytoolkit3::IdentitytoolkitRelyingpartyVerifyPasswordRequest [] [src]

pub struct IdentitytoolkitRelyingpartyVerifyPasswordRequest {
    pub delegated_project_number: Option<String>,
    pub instance_id: Option<String>,
    pub id_token: Option<String>,
    pub pending_id_token: Option<String>,
    pub captcha_challenge: Option<String>,
    pub captcha_response: Option<String>,
    pub return_secure_token: Option<bool>,
    pub password: Option<String>,
    pub email: Option<String>,
}

Request to verify the password.

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

GCP project number of the requesting delegated app. Currently only intended for Firebase V1 migration.

Instance id token of the app.

The GITKit token of the authenticated user.

The GITKit token for the non-trusted IDP, which is to be confirmed by the user.

The captcha challenge.

Response to the captcha.

Whether return sts id token and refresh token instead of gitkit token.

The password inputed by the user.

The email of the user.

Trait Implementations

impl Debug for IdentitytoolkitRelyingpartyVerifyPasswordRequest
[src]

Formats the value using the given formatter.

impl Clone for IdentitytoolkitRelyingpartyVerifyPasswordRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for IdentitytoolkitRelyingpartyVerifyPasswordRequest
[src]

Returns the "default value" for a type. Read more

impl RequestValue for IdentitytoolkitRelyingpartyVerifyPasswordRequest
[src]