Searched refs:saslCreds (Results 1 – 1 of 1) sorted by relevance
34 protected $saslCreds; variable in FreeDSx\\Ldap\\Operation\\Response\\BindResponse38 * @param null|string $saslCreds40 public function __construct(LdapResult $result, ?string $saslCreds = null) argument42 $this->saslCreds = $saslCreds;51 return $this->saslCreds;62 if ($this->saslCreds !== null) {63 $response->addChild(Asn1::context(7, Asn1::octetString($this->saslCreds)));75 $saslCreds = null;80 $saslCreds = $child->getValue();85 return new self(new LdapResult($resultCode, $dn, $diag, ...$ref), $saslCreds);