Home
last modified time | relevance | path

Searched refs:getConsumerSecret (Results 1 – 14 of 14) sorted by path

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Credential.php104 public function getConsumerSecret() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1Credential
H A DGoogleCloudApigeeV1DeveloperAppKey.php110 public function getConsumerSecret() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1DeveloperAppKey
/plugin/evesso/phpoauthlib/src/OAuth/Common/Consumer/
H A DCredentials.php56 public function getConsumerSecret() function in OAuth\\Common\\Consumer\\Credentials
H A DCredentialsInterface.php23 public function getConsumerSecret(); function
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DAbstractService.php109 'client_secret' => $this->credentials->getConsumerSecret(),
208 'client_secret' => $this->credentials->getConsumerSecret(),
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Consumer/
H A DCredentials.php56 public function getConsumerSecret() function in OAuth\\Common\\Consumer\\Credentials
H A DCredentialsInterface.php23 public function getConsumerSecret(); function
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Signature/
H A DSignature.php106 $signingKey = rawurlencode($this->credentials->getConsumerSecret()) . '&';
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DAbstractService.php109 'client_secret' => $this->credentials->getConsumerSecret(),
205 'client_secret' => $this->credentials->getConsumerSecret(),
H A DBitly.php89 'client_secret' => $this->credentials->getConsumerSecret(),
H A DBitrix24.php80 'client_secret' => $this->credentials->getConsumerSecret(),
H A DDelicious.php123 'client_secret' => $this->credentials->getConsumerSecret(),
H A DYahoo.php72 $this->credentials->getConsumerId() . ':' . $this->credentials->getConsumerSecret()
/plugin/oauthkeycloak/
H A DKeycloak.php86 'client_secret' => $this->credentials->getConsumerSecret(),