Searched refs:getServerTokens (Results 1 – 1 of 1) sorted by relevance
40 list($nonce, $opaque) = $this->getServerTokens();70 list($nonce, $opaque) = $this->getServerTokens();109 list($nonce, $opaque) = $this->getServerTokens(Digest::QOP_AUTHINT);138 list($nonce, $opaque) = $this->getServerTokens(Digest::QOP_AUTHINT | Digest::QOP_AUTH);165 private function getServerTokens($qop = Digest::QOP_AUTH) { function in Sabre\\HTTP\\Auth\\DigestTest