#include <get_recaptcha_param_response.h>
Response of getting recaptcha param.
◆ GetRecaptchaParamResponse() [1/2]
| google_identitytoolkit_api::GetRecaptchaParamResponse::GetRecaptchaParamResponse |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ GetRecaptchaParamResponse() [2/2]
| google_identitytoolkit_api::GetRecaptchaParamResponse::GetRecaptchaParamResponse |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~GetRecaptchaParamResponse()
| google_identitytoolkit_api::GetRecaptchaParamResponse::~GetRecaptchaParamResponse |
( |
| ) |
|
|
virtual |
◆ clear_kind()
| void google_identitytoolkit_api::GetRecaptchaParamResponse::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind' attribute.
◆ clear_recaptcha_site_key()
| void google_identitytoolkit_api::GetRecaptchaParamResponse::clear_recaptcha_site_key |
( |
| ) |
|
|
inline |
Clears the 'recaptchaSiteKey' attribute.
◆ clear_recaptcha_stoken()
| void google_identitytoolkit_api::GetRecaptchaParamResponse::clear_recaptcha_stoken |
( |
| ) |
|
|
inline |
Clears the 'recaptchaStoken' attribute.
◆ get_kind()
| const StringPiece google_identitytoolkit_api::GetRecaptchaParamResponse::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind' attribute.
◆ get_recaptcha_site_key()
| const StringPiece google_identitytoolkit_api::GetRecaptchaParamResponse::get_recaptcha_site_key |
( |
| ) |
const |
|
inline |
Get the value of the 'recaptchaSiteKey' attribute.
◆ get_recaptcha_stoken()
| const StringPiece google_identitytoolkit_api::GetRecaptchaParamResponse::get_recaptcha_stoken |
( |
| ) |
const |
|
inline |
Get the value of the 'recaptchaStoken' attribute.
◆ GetTypeName()
| const StringPiece google_identitytoolkit_api::GetRecaptchaParamResponse::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_kind()
| bool google_identitytoolkit_api::GetRecaptchaParamResponse::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind' attribute was set.
- Returns
- true if the '
kind' attribute was set.
◆ has_recaptcha_site_key()
| bool google_identitytoolkit_api::GetRecaptchaParamResponse::has_recaptcha_site_key |
( |
| ) |
const |
|
inline |
Determine if the 'recaptchaSiteKey' attribute was set.
- Returns
- true if the '
recaptchaSiteKey' attribute was set.
◆ has_recaptcha_stoken()
| bool google_identitytoolkit_api::GetRecaptchaParamResponse::has_recaptcha_stoken |
( |
| ) |
const |
|
inline |
Determine if the 'recaptchaStoken' attribute was set.
- Returns
- true if the '
recaptchaStoken' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_kind()
| void google_identitytoolkit_api::GetRecaptchaParamResponse::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind' attribute.
The fixed string "identitytoolkit#GetRecaptchaParamResponse".
- Parameters
-
◆ set_recaptcha_site_key()
| void google_identitytoolkit_api::GetRecaptchaParamResponse::set_recaptcha_site_key |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'recaptchaSiteKey' attribute.
Site key registered at recaptcha.
- Parameters
-
◆ set_recaptcha_stoken()
| void google_identitytoolkit_api::GetRecaptchaParamResponse::set_recaptcha_stoken |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'recaptchaStoken' attribute.
The stoken field for the recaptcha widget, used to request captcha challenge.
- Parameters
-
The documentation for this class was generated from the following files: