procedure SendAuthRequest(UIN: LongWord; Msg: String)
Request authorization. As answer you will receive OnAuthResponse.
Example:

procedure TMainForm.Button1Click(Sender: TObject);
begin
  ICQClient1.SendAuthRequest(4024781, 'Authorize me please!!');
end;