AuthToken = $param["AuthToken"]; } if (array_key_exists("RedirectURL",$param) and $param["RedirectURL"] !== null) { $this->RedirectURL = $param["RedirectURL"]; } if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) { $this->RequestId = $param["RequestId"]; } } }