$_response
$_response : string
Digest response components.
Provides the code needed to authenticate via the DIGEST-MD5 SASL mechanism (defined in RFC 2831). This method has been obsoleted by RFC 6331, but still is in use on legacy servers.
__construct(string $id, string $pass, string $challenge, string $hostname, string $service)
Generate the Digest-MD5 response.
string | $id | Authentication id (username). |
string | $pass | Password. |
string | $challenge | The digest challenge sent by the server. |
string | $hostname | The hostname of the machine connecting to. |
string | $service | The service name (e.g. 'imap', 'pop3'). |