Home
last modified time | relevance | path

Searched refs:verificationMethod (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/SiteVerification/
H A DSiteVerificationWebResourceGettokenRequest.php27 public $verificationMethod; variable in Google\\Service\\SiteVerification\\SiteVerificationWebResourceGettokenRequest
46 public function setVerificationMethod($verificationMethod) argument
48 $this->verificationMethod = $verificationMethod;
55 return $this->verificationMethod;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessVerifications/
H A DVerificationOption.php33 public $verificationMethod; variable in Google\\Service\\MyBusinessVerifications\\VerificationOption
80 public function setVerificationMethod($verificationMethod) argument
82 $this->verificationMethod = $verificationMethod;
89 return $this->verificationMethod;
/plugin/authgoogle/google/contrib/
H A DGoogle_SiteVerificationService.php76 * @param string $verificationMethod The method to use for verifying a site or domain.
81 …public function insert($verificationMethod, Google_SiteVerificationWebResourceResource $postBody, … argument
82 $params = array('verificationMethod' => $verificationMethod, 'postBody' => $postBody);
184 public $verificationMethod; variable in Google_SiteVerificationWebResourceGettokenRequest
191 public function setVerificationMethod( $verificationMethod) { argument
192 $this->verificationMethod = $verificationMethod;
195 return $this->verificationMethod;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SiteVerification/Resource/
H A DWebResource.php77 * @param string $verificationMethod The method to use for verifying a site or
83 …public function insert($verificationMethod, SiteVerificationWebResourceResource $postBody, $optPar… argument
85 $params = ['verificationMethod' => $verificationMethod, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DSiteVerification.php96 'verificationMethod' => [