Home
last modified time | relevance | path

Searched refs:siteKey (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firebaseappcheck/
DGoogleFirebaseAppcheckV1betaRecaptchaEnterpriseConfig.php29 public $siteKey; variable in Google\\Service\\Firebaseappcheck\\GoogleFirebaseAppcheckV1betaRecaptchaEnterpriseConfig
52 public function setSiteKey($siteKey) argument
54 $this->siteKey = $siteKey;
61 return $this->siteKey;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RecaptchaEnterprise/
DGoogleCloudRecaptchaenterpriseV1Event.php33 public $siteKey; variable in Google\\Service\\RecaptchaEnterprise\\GoogleCloudRecaptchaenterpriseV1Event
78 public function setSiteKey($siteKey) argument
80 $this->siteKey = $siteKey;
87 return $this->siteKey;
/plugin/turnstile/
Daction.php26 $siteKey = $this->getConf('sitekey');
29 … $html .= '<div class="cf-turnstile" data-sitekey="' . htmlspecialchars($siteKey) . '"></div>';