seregazhuk\PinterestBot\Api\Providers\Auth::completeRegistration PHP Метод

completeRegistration() защищенный Метод

protected completeRegistration ( ) : boolean
Результат boolean
    protected function completeRegistration()
    {
        if (!$this->sendRegisterActions()) {
            return false;
        }
        return $this->execPostRequest(['placed_experience_id' => self::REGISTRATION_COMPLETE_EXPERIENCE_ID], UrlBuilder::RESOURCE_REGISTRATION_COMPLETE);
    }