Struct google_identitytoolkit3::IdentitytoolkitRelyingpartyEmailLinkSigninRequest[][src]

pub struct IdentitytoolkitRelyingpartyEmailLinkSigninRequest {
    pub id_token: Option<String>,
    pub oob_code: Option<String>,
    pub email: Option<String>,
}

Request to sign in with email.

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

Token for linking flow.

The confirmation code.

The email address of the user.

Trait Implementations

Auto Trait Implementations