Defined in header file: hzHttpClient.h

Authentication methods

Enum definition:

enum    hzAuthmode
{

HZ_AUTH_NONENo authentication regime in place
HZ_AUTH_BASICA base64 password is passed to the server with each HTTP request
HZ_AUTH_FORM_POSTA form submission of username and password by HTTP POST
HZ_AUTH_FORM_GETA form submission of username and password by HTTP GET

} ;