Struct google_identitytoolkit3::IdentitytoolkitRelyingpartySetAccountInfoRequest [] [src]

pub struct IdentitytoolkitRelyingpartySetAccountInfoRequest {
    pub delegated_project_number: Option<String>,
    pub oob_code: Option<String>,
    pub local_id: Option<String>,
    pub valid_since: Option<String>,
    pub photo_url: Option<String>,
    pub instance_id: Option<String>,
    pub last_login_at: Option<String>,
    pub disable_user: Option<bool>,
    pub return_secure_token: Option<bool>,
    pub password: Option<String>,
    pub display_name: Option<String>,
    pub created_at: Option<String>,
    pub delete_attribute: Option<Vec<String>>,
    pub upgrade_to_federated_login: Option<bool>,
    pub id_token: Option<String>,
    pub email_verified: Option<bool>,
    pub delete_provider: Option<Vec<String>>,
    pub captcha_challenge: Option<String>,
    pub captcha_response: Option<String>,
    pub provider: Option<Vec<String>>,
    pub email: Option<String>,
}

Request to set the account information.

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.

The out-of-band code of the change email request.

The local ID of the user.

Timestamp in seconds for valid login token.

The photo url of the user.

Instance id token of the app.

Last login timestamp.

Whether to disable the user.

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

The new password of the user.

The name of the user.

The timestamp when the account is created.

The attributes users request to delete.

Mark the user to upgrade to federated login.

The GITKit token of the authenticated user.

Mark the email as verified or not.

The IDPs the user request to delete.

The captcha challenge.

Response to the captcha.

The associated IDPs of the user.

The email of the user.

Trait Implementations

impl Debug for IdentitytoolkitRelyingpartySetAccountInfoRequest
[src]

Formats the value using the given formatter.

impl Clone for IdentitytoolkitRelyingpartySetAccountInfoRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for IdentitytoolkitRelyingpartySetAccountInfoRequest
[src]

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

impl RequestValue for IdentitytoolkitRelyingpartySetAccountInfoRequest
[src]