MCPcopy Create free account
hub / github.com/TaskingAI/TaskingAI / api_verify_admin_token

Function api_verify_admin_token

backend/app/routes/auth/admin.py:57–61  ·  view source on GitHub ↗
(
    request: Request,
    auth_info: Dict = Depends(auth_info_required),
)

Source from the content-addressed store, hash-verified

55 response_model=BaseEmptyResponse,
56)
57async def api_verify_admin_token(
58 request: Request,
59 auth_info: Dict = Depends(auth_info_required),
60):
61 return BaseEmptyResponse()
62
63
64@router.post(

Callers

nothing calls this directly

Calls 1

BaseEmptyResponseClass · 0.90

Tested by

no test coverage detected