seregazhuk\PinterestBot\Api\Providers\Password::parseCurrentUrl PHP Method

parseCurrentUrl() protected method

protected parseCurrentUrl ( ) : string
return string
    protected function parseCurrentUrl()
    {
        $url = $this->request->getHttpClient()->getCurrentUrl();
        return parse_url($url);
    }