Lines Matching refs:password
54 public function withPassword(?string $password) argument57 $new->authentication['password'] = $password;65 $password = $this->getPassword() ?? '';67 if ('' === $password && '' === $user) {71 return $user.('' === $password ? '' : ':'.$password).'@';