(token: Annotated[str, Depends(oauth2_scheme)])
| 10 | |
| 11 | @app.get("/items/") |
| 12 | async def read_items(token: Annotated[str, Depends(oauth2_scheme)]): |
| 13 | return {"token": token} |
nothing calls this directly
no test coverage detected
searching dependent graphs…