Example #1
0
 protected function generateAccessToken()
 {
     return hash_hmac('ripemd160', uniqid('', TRUE), $this->config->getHashSalt());
 }