| 1 | <?php |
||
| 19 | class DigestMD5 extends \Fabiang\Sasl\Authentication\DigestMD5 |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * Provides the (main) client response for DIGEST-MD5 |
||
| 23 | * requires a few extra parameters than the other |
||
| 24 | * mechanisms, which are unavoidable. |
||
| 25 | * |
||
| 26 | * @param string $challenge The digest challenge sent by the server |
||
| 27 | * @return string The digest response (NOT base64 encoded) |
||
| 28 | */ |
||
| 29 | public function createResponse($challenge = null) |
||
| 37 | |||
| 38 | } |