Struct google_identitytoolkit3::IdentitytoolkitRelyingpartyGetAccountInfoRequest [] [src]

pub struct IdentitytoolkitRelyingpartyGetAccountInfoRequest {
    pub id_token: Option<String>,
    pub delegated_project_number: Option<String>,
    pub email: Option<Vec<String>>,
    pub local_id: Option<Vec<String>>,
}

Request to get 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

The GITKit token of the authenticated user.

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

The list of emails of the users to inquiry.

The list of local ID's of the users to inquiry.

Trait Implementations

impl Debug for IdentitytoolkitRelyingpartyGetAccountInfoRequest
[src]

Formats the value using the given formatter.

impl Clone for IdentitytoolkitRelyingpartyGetAccountInfoRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for IdentitytoolkitRelyingpartyGetAccountInfoRequest
[src]

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

impl RequestValue for IdentitytoolkitRelyingpartyGetAccountInfoRequest
[src]