def auth()

in darabonba/url.py [0:0]


    def auth(self):
        if self._url.username or self._url.password:
            return f"{self._url.username}:{self._url.password or ''}"
        return ""