Source: linphoneauthinfo.js

/* Wrapper generated by lp-gen-wrappers, do not edit*/

/**
 * 
 * @external LinphoneAuthInfo
**/
/**
 * Sets the domain for which this authentication is valid. 
 * @member {string} external:LinphoneAuthInfo#domain
**/
/**
 * Sets the ha1. 
 * @member {string} external:LinphoneAuthInfo#ha1
**/
/**
 * Sets the password. 
 * @member {string} external:LinphoneAuthInfo#passwd
**/
/**
 * Sets the realm. 
 * @member {string} external:LinphoneAuthInfo#realm
**/
/**
 * Sets the userid. 
 * @member {string} external:LinphoneAuthInfo#userid
**/
/**
 * Sets the username. 
 * @member {string} external:LinphoneAuthInfo#username
**/