Home
last modified time | relevance | path

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

/plugin/authfacebook/lib/
H A DSignedRequest.php139 $hashedSig = $this->hashSignature($encodedPayload);
155 $hashedSig = $this->hashSignature($encodedPayload);
245 protected function hashSignature($encodedData) function in Facebook\\SignedRequest