Struct google_identitytoolkit3::IdentitytoolkitRelyingpartyDeleteAccountRequest [] [src]

pub struct IdentitytoolkitRelyingpartyDeleteAccountRequest {
    pub id_token: Option<String>,
    pub delegated_project_number: Option<String>,
    pub local_id: Option<String>,
}

Request to delete account.

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 or STS id token of the authenticated user.

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

The local ID of the user.

Trait Implementations

impl Debug for IdentitytoolkitRelyingpartyDeleteAccountRequest
[src]

Formats the value using the given formatter.

impl Clone for IdentitytoolkitRelyingpartyDeleteAccountRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for IdentitytoolkitRelyingpartyDeleteAccountRequest
[src]

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

impl RequestValue for IdentitytoolkitRelyingpartyDeleteAccountRequest
[src]