(
self,
security: SecurityOptions, # noqa: ARG002
)
| 436 | raise NotImplementedError() |
| 437 | |
| 438 | def _auth_headers( |
| 439 | self, |
| 440 | security: SecurityOptions, # noqa: ARG002 |
| 441 | ) -> dict[str, str]: |
| 442 | return {} |
| 443 | |
| 444 | def _auth_query( |
| 445 | self, |