Home
last modified time | relevance | path

Searched refs:AUTH_DIGEST (Results 1 – 4 of 4) sorted by relevance

/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DClient.php59 const AUTH_DIGEST = 2; define in Sabre\\DAV\\Client
138 if ($settings['authType'] & self::AUTH_DIGEST) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php58 const AUTH_DIGEST = 2; define in Sabre\\DAV\\Client
137 if ($settings['authType'] & self::AUTH_DIGEST) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DClientTest.php63 'authType' => Client::AUTH_DIGEST
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md1236 * BC: Removing unused AUTH_BASIC and AUTH_DIGEST constants from