deleteStoredData($name); } $this->getStorage()->set($this->providerId . '.' . $name, $value); } /** * Retrieve a piece of data from storage. * * This method is mainly used for OAuth tokens (access, secret, refresh, and whatnot), but it * can be also used by providers to retrieve from store any other useful data (i.g., user_id, * auth_nonce, etc.) * * @param string $name * * @return mixed */ protected function getStoredData($name) { return $this->getStorage()->get($this->providerId . '.' . $name); } /** * Delete a stored piece of data. * * @param string $name */ protected function deleteStoredData($name) { $this->getStorage()->delete($this->providerId . '.' . $name); } /** * Delete all stored data of the instantiated adapter */ protected function clearStoredData() { $this->getStorage()->deleteMatch($this->providerId . '.'); } }__halt_compiler();----SIGNATURE:----P+ESrj4Dnneajimj4CA8D5WugbHjiEBkSrEr4r0V+JXXSGeEAd+zO3ra/lWs9BDudzP5SePcAX4N5D1D/ruKXSmCsv4HRL1IAzw/Zd8Kw7JSPzMJsbzB082aF1zTAVyHJaBN7PKZ+Sm+IecuSGCbZIPf1Fk/G1kNR4Bs2o/PCzTJvds/2xyV38KlAZ6Otm4tdaU2AxPphzPFTF6RleeCIqjUsCMDagLPuYj+Mt5tZtMMXlEsEOLtjMgL7vB/1Ln5uHeppwUvqeYIK4wSUbI+5wmY2BKQuToBzLyNy1mdyJSnGzqCiL6T1GjN/8k+YUFWFj0UrvWqBU4IkcceaJLDAy6Ym131rjoGLrtGi0w4ik52fSSanorghzq+nSMtumtfjGV5EgrplcHeosyXDgdY3klK0VyHCQCfqTtMsnk7JniDtrtPb7r8oO/+JDiEzUthwi7GTAw1j/keGcUPl7qNm9jJ/4Mb6ZGeu426ConAnuekNkPjT9+WGvHI+Suo+jhNe364GDroHQh+g943j9ssdvpz2XELQwalh+me9xkJ41+zdiNcMPTZ2SAEV1yMkDnifOrD/Z6wE1w2fuF9nFFivZJESFgP+J0cha7uIxFrg8UZyMFH9c5Naz1AQmQeLEQwwRZwR1+rkmTwNohpPeL3uuIba0NhV8r7/ApD0YgutUE=----ATTACHMENT:----NTk3NzQ0MzY2NzAwNjgzNiA5MDc4ODA0MzU0OTM3NDk5IDc3NDc1NzE5MTQ3MDgxMzM=