Searched refs:getConsumerId (Results 1 – 14 of 14) sorted by relevance
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/ |
H A D | Pocket.php | 66 'consumer_key' => $this->credentials->getConsumerId(), 91 'consumer_key' => $this->credentials->getConsumerId(),
|
H A D | AbstractService.php | 73 'client_id' => $this->credentials->getConsumerId(), 108 'client_id' => $this->credentials->getConsumerId(), 204 'client_id' => $this->credentials->getConsumerId(),
|
H A D | Yahoo.php | 72 $this->credentials->getConsumerId() . ':' . $this->credentials->getConsumerSecret()
|
H A D | Bitly.php | 88 'client_id' => $this->credentials->getConsumerId(),
|
H A D | Delicious.php | 122 'client_id' => $this->credentials->getConsumerId(),
|
H A D | Bitrix24.php | 79 'client_id' => $this->credentials->getConsumerId(),
|
/plugin/evesso/phpoauthlib/src/OAuth/Common/Consumer/ |
H A D | CredentialsInterface.php | 18 public function getConsumerId(); function
|
H A D | Credentials.php | 48 public function getConsumerId() function in OAuth\\Common\\Consumer\\Credentials
|
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Consumer/ |
H A D | CredentialsInterface.php | 18 public function getConsumerId(); function
|
H A D | Credentials.php | 48 public function getConsumerId() function in OAuth\\Common\\Consumer\\Credentials
|
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/ |
H A D | AbstractService.php | 73 'client_id' => $this->credentials->getConsumerId(), 108 'client_id' => $this->credentials->getConsumerId(), 207 'client_id' => $this->credentials->getConsumerId(),
|
/plugin/oauthkeycloak/ |
H A D | Keycloak.php | 85 'client_id' => $this->credentials->getConsumerId(),
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/ |
H A D | Operation.php | 47 public function getConsumerId() function in Google\\Service\\Networkconnectivity\\Operation
|
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/ |
H A D | AbstractService.php | 245 'oauth_consumer_key' => $this->credentials->getConsumerId(),
|