kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param string */ public function setRecaptchaSiteKey($recaptchaSiteKey) { $this->recaptchaSiteKey = $recaptchaSiteKey; } /** * @return string */ public function getRecaptchaSiteKey() { return $this->recaptchaSiteKey; } /** * @param string */ public function setRecaptchaStoken($recaptchaStoken) { $this->recaptchaStoken = $recaptchaStoken; } /** * @return string */ public function getRecaptchaStoken() { return $this->recaptchaStoken; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GetRecaptchaParamResponse::class, 'Google_Service_IdentityToolkit_GetRecaptchaParamResponse');