Struct google_identitytoolkit3::Relyingparty [] [src]

pub struct Relyingparty {
    pub kind: Option<String>,
    pub request_type: Option<String>,
    pub id_token: Option<String>,
    pub challenge: Option<String>,
    pub new_email: Option<String>,
    pub user_ip: Option<String>,
    pub email: Option<String>,
    pub captcha_resp: Option<String>,
}

Request of getting a code for user confirmation (reset password, change email etc.)

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 fixed string "identitytoolkit#relyingparty".

The request type.

The user's Gitkit login token for email change.

The recaptcha challenge presented to the user.

The new email if the code is for email change.

The IP address of the user.

The email of the user.

The recaptcha response from the user.

Trait Implementations

impl Debug for Relyingparty
[src]

Formats the value using the given formatter.

impl Clone for Relyingparty
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Relyingparty
[src]

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

impl RequestValue for Relyingparty
[src]