Searched refs:saslCreds (Results 1 – 1 of 1) sorted by relevance
40 protected $saslCreds; variable in FreeDSx\\Ldap\\Operation\\Response\\BindResponse44 * @param null|string $saslCreds46 public function __construct(LdapResult $result, ?string $saslCreds = null) argument48 $this->saslCreds = $saslCreds;57 return $this->saslCreds;69 if ($this->saslCreds !== null) {70 $response->addChild(Asn1::context(7, Asn1::octetString($this->saslCreds)));84 $saslCreds = null;88 $saslCreds = $child->getValue();93 return new self(new LdapResult($resultCode, $dn, $diag, ...$ref), $saslCreds);