Struct google_identitytoolkit3::GetRecaptchaParamResponse[][src]

pub struct GetRecaptchaParamResponse {
    pub kind: Option<String>,
    pub recaptcha_site_key: Option<String>,
    pub recaptcha_stoken: Option<String>,
}

Response of getting recaptcha param.

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#GetRecaptchaParamResponse".

Site key registered at recaptcha.

The stoken field for the recaptcha widget, used to request captcha challenge.

Trait Implementations

impl Default for GetRecaptchaParamResponse
[src]

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

impl Clone for GetRecaptchaParamResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GetRecaptchaParamResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for GetRecaptchaParamResponse
[src]

Auto Trait Implementations