Home
last modified time | relevance | path

Searched refs:ERR_INVALIDSIGNATURE (Results 1 – 3 of 3) sorted by relevance

/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DAWS.php45 const ERR_INVALIDSIGNATURE = 5; define in Sabre\\HTTP\\Auth\\AWS
125 $this->errorCode = self::ERR_INVALIDSIGNATURE;
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DAWS.php45 const ERR_INVALIDSIGNATURE = 5; define in Sabre\\HTTP\\Auth\\AWS
125 $this->errorCode = self::ERR_INVALIDSIGNATURE;
/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/
H A DAWSTest.php171 $this->assertEquals(AWS::ERR_INVALIDSIGNATURE, $this->auth->errorCode);