(self, http_client: httpx.AsyncClient)
| 153 | self._iss: str | None = None |
| 154 | |
| 155 | def bind(self, http_client: httpx.AsyncClient) -> None: |
| 156 | self._http = http_client |
| 157 | |
| 158 | async def redirect_handler(self, authorization_url: str) -> None: |
| 159 | assert self._http is not None |
no outgoing calls
no test coverage detected