Struct google_identitytoolkit3::IdentitytoolkitRelyingpartySignOutUserRequest[][src]

pub struct IdentitytoolkitRelyingpartySignOutUserRequest {
    pub instance_id: Option<String>,
    pub local_id: Option<String>,
}

Request to sign out user.

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

Instance id token of the app.

The local ID of the user.

Trait Implementations

Auto Trait Implementations