desc | The Broker connection descriptor on which you want to set the basic authentication user name and password. |
auth_username | The basic authentication user name to be set on the Broker connection descriptor. |
auth_password | The basic authentication password to be set on the Broker connection descriptor. |
Possible BrokerError major codes | Meaning |
AW_ERROR_INVALID_DESCRIPTOR | The desc parameter is invalid. |
AW_ERROR_NULL_PARAM | One of the parameters, auth_username or auth_password, is NULL. |
AW_ERROR_NO_MEMORY | Cannot allocate memory. |