authByDigest ( array login , array password , string _url ) : void
Allows to authentificate by Digest method
Example
authByDigest("login", "password", "http://www.domain.com")
Parameters
login
The login to use.
password
The password to use.
_url (optional)
An url to find the good domain manager, by host