(self)
| 565 | return super()._custom_auth(security) |
| 566 | |
| 567 | def _refresh_api_key(self) -> str: |
| 568 | if self._api_key_provider is not None: |
| 569 | self.api_key = self._api_key_provider() |
| 570 | |
| 571 | return self.api_key |
| 572 | |
| 573 | def copy( |
| 574 | self, |
no outgoing calls