Home
last modified time | relevance | path

Searched refs:consumerSecret (Results 1 – 4 of 4) sorted by relevance

/plugin/evesso/phpoauthlib/src/OAuth/Common/Consumer/
H A DCredentials.php18 protected $consumerSecret; variable in OAuth\\Common\\Consumer\\Credentials
27 * @param string $consumerSecret
30 public function __construct($consumerId, $consumerSecret, $callbackUrl) argument
33 $this->consumerSecret = $consumerSecret;
58 return $this->consumerSecret;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Consumer/
H A DCredentials.php18 protected $consumerSecret; variable in OAuth\\Common\\Consumer\\Credentials
27 * @param string $consumerSecret
30 public function __construct($consumerId, $consumerSecret, $callbackUrl) argument
33 $this->consumerSecret = $consumerSecret;
58 return $this->consumerSecret;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1DeveloperAppKey.php36 public $consumerSecret; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1DeveloperAppKey
103 public function setConsumerSecret($consumerSecret) argument
105 $this->consumerSecret = $consumerSecret;
112 return $this->consumerSecret;
H A DGoogleCloudApigeeV1Credential.php34 public $consumerSecret; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1Credential
97 public function setConsumerSecret($consumerSecret) argument
99 $this->consumerSecret = $consumerSecret;
106 return $this->consumerSecret;