allowPasswordUser = $allowPasswordUser; } public function getAllowPasswordUser() { return $this->allowPasswordUser; } public function setApiKey($apiKey) { $this->apiKey = $apiKey; } public function getApiKey() { return $this->apiKey; } public function setAuthorizedDomains($authorizedDomains) { $this->authorizedDomains = $authorizedDomains; } public function getAuthorizedDomains() { return $this->authorizedDomains; } /** * @param Google_Service_IdentityToolkit_EmailTemplate */ public function setChangeEmailTemplate(Google_Service_IdentityToolkit_EmailTemplate $changeEmailTemplate) { $this->changeEmailTemplate = $changeEmailTemplate; } /** * @return Google_Service_IdentityToolkit_EmailTemplate */ public function getChangeEmailTemplate() { return $this->changeEmailTemplate; } public function setDelegatedProjectNumber($delegatedProjectNumber) { $this->delegatedProjectNumber = $delegatedProjectNumber; } public function getDelegatedProjectNumber() { return $this->delegatedProjectNumber; } public function setEnableAnonymousUser($enableAnonymousUser) { $this->enableAnonymousUser = $enableAnonymousUser; } public function getEnableAnonymousUser() { return $this->enableAnonymousUser; } /** * @param Google_Service_IdentityToolkit_IdpConfig */ public function setIdpConfig($idpConfig) { $this->idpConfig = $idpConfig; } /** * @return Google_Service_IdentityToolkit_IdpConfig */ public function getIdpConfig() { return $this->idpConfig; } /** * @param Google_Service_IdentityToolkit_EmailTemplate */ public function setLegacyResetPasswordTemplate(Google_Service_IdentityToolkit_EmailTemplate $legacyResetPasswordTemplate) { $this->legacyResetPasswordTemplate = $legacyResetPasswordTemplate; } /** * @return Google_Service_IdentityToolkit_EmailTemplate */ public function getLegacyResetPasswordTemplate() { return $this->legacyResetPasswordTemplate; } /** * @param Google_Service_IdentityToolkit_EmailTemplate */ public function setResetPasswordTemplate(Google_Service_IdentityToolkit_EmailTemplate $resetPasswordTemplate) { $this->resetPasswordTemplate = $resetPasswordTemplate; } /** * @return Google_Service_IdentityToolkit_EmailTemplate */ public function getResetPasswordTemplate() { return $this->resetPasswordTemplate; } public function setUseEmailSending($useEmailSending) { $this->useEmailSending = $useEmailSending; } public function getUseEmailSending() { return $this->useEmailSending; } /** * @param Google_Service_IdentityToolkit_EmailTemplate */ public function setVerifyEmailTemplate(Google_Service_IdentityToolkit_EmailTemplate $verifyEmailTemplate) { $this->verifyEmailTemplate = $verifyEmailTemplate; } /** * @return Google_Service_IdentityToolkit_EmailTemplate */ public function getVerifyEmailTemplate() { return $this->verifyEmailTemplate; } }