Calculates the digest auth response from the values given by the server and the username and password.
See RFC2069 for details.
Currently only supported algorithm "md5".
| algorithm |
Hash algorithm to use, or null for MD5 |
| method |
Request method, e.g. PLAY |
| realm |
Realm |
| username |
Username |
| password |
Password |
| uri |
Original request URI |
| nonce |
Nonce |
|
Authentication response or null if unsupported |