Instagram\API\Response\LoginResponse::setCheckpointUrl PHP Method

setCheckpointUrl() public method

public setCheckpointUrl ( string $checkpoint_url )
$checkpoint_url string
    public function setCheckpointUrl($checkpoint_url)
    {
        $this->checkpoint_url = $checkpoint_url;
    }