Home
last modified time | relevance | path

Searched refs:secretValue (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/GoogleAnalyticsAdmin/
H A DGoogleAnalyticsAdminV1alphaMeasurementProtocolSecret.php33 public $secretValue; variable in Google\\Service\\GoogleAnalyticsAdmin\\GoogleAnalyticsAdminV1alphaMeasurementProtocolSecret
66 public function setSecretValue($secretValue) argument
68 $this->secretValue = $secretValue;
75 return $this->secretValue;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Connectors/
H A DConfigVariable.php86 public function setSecretValue(Secret $secretValue) argument
88 $this->secretValue = $secretValue;
95 return $this->secretValue;