Lines Matching refs:authtype
2028 var $authtype = ''; variable in soap_transport_http
2200 if ($this->authtype == 'certificate') {
2292 * @param string $authtype (basic, digest, certificate)
2297 …function setCredentials($username, $password, $authtype = 'basic', $digestRequest = array(), $cert… argument
2298 $this->debug("Set credentials for authtype $authtype");
2300 if ($authtype == 'basic') {
2302 } elseif ($authtype == 'digest') {
2344 } elseif ($authtype == 'certificate') {
2349 $this->authtype = $authtype;
6411 var $authtype = ''; variable in soapclient
6759 if($this->authtype != '') {
6760 …$http->setCredentials($this->username, $this->password, $this->authtype, array(), $this->certReque…
6911 * @param string $authtype (basic|digest|certificate)
6915 function setCredentials($username, $password, $authtype = 'basic', $certRequest = array()) { argument
6918 $this->authtype = $authtype;
6995 $proxy->authtype = $this->authtype;