We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a88e10 commit aeede34Copy full SHA for aeede34
1 file changed
src/Robin/Ntlm/Message/NtlmV1AuthenticateMessageEncoder.php
@@ -241,6 +241,10 @@ public function encode(
241
/**
242
* Calculates the LM response.
243
*
244
+ * TODO: Remove this method as it's no longer necessary.
245
+ *
246
+ * @deprecated This logic is now a simple pass-through to
247
+ * {@link self::calculateChallengeResponseData()}.
248
* @param HashCredentialInterface $hash_credential The user's authentication
249
* LM hash credential.
250
* @param string|null $client_challenge A randomly generated 64-bit (8-byte)
0 commit comments