Happyr\LinkedIn\Authenticator::getStorage PHP Method

getStorage() protected method

protected getStorage ( ) : Happyr\LinkedIn\Storage\DataStorageInterface
return Happyr\LinkedIn\Storage\DataStorageInterface
    protected function getStorage()
    {
        if ($this->storage === null) {
            $this->storage = new SessionStorage();
        }
        return $this->storage;
    }