Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Factory/
H A DDigestMD5MessageFactory.php119 $response->set('digest-uri', $options['digest-uri'] ?? $this->getDigestUri($options, $response, $challenge));
130 protected function getDigestUri(array $options, Message $response, Message $challenge): string function in FreeDSx\\Sasl\\Factory\\DigestMD5MessageFactory