- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for make_authenticate_headers (0.32 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
fastapi/security/http.py
self.auto_error = auto_error def make_authenticate_headers(self) -> dict[str, str]: return {"WWW-Authenticate": f"{self.model.scheme.title()}"} def make_not_authenticated_error(self) -> HTTPException: return HTTPException( status_code=HTTP_401_UNAUTHORIZED, detail="Not authenticated", headers=self.make_authenticate_headers(), )Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Mon Mar 16 10:16:48 GMT 2026 - 13.1K bytes - Click Count (0)