Home
last modified time | relevance | path

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

/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DAbstractService.php41 $this->signature->setHashingAlgorithm($this->getSignatureMethod());
247 'oauth_signature_method' => $this->getSignatureMethod(),
278 protected function getSignatureMethod() function in OAuth\\OAuth1\\Service\\AbstractService