Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for HTTPAuthorizationCredentials (0.1 seconds)

  1. fastapi/security/http.py

        The dependency result will be an `HTTPAuthorizationCredentials` object containing
        the `scheme` and the `credentials`.
    
        ## Example
    
        ```python
        from typing import Annotated
    
        from fastapi import Depends, FastAPI
        from fastapi.security import HTTPAuthorizationCredentials, HTTPBearer
    
        app = FastAPI()
    
        security = HTTPBearer()
    
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Wed Dec 17 21:25:59 GMT 2025
    - 13.2K bytes
    - Click Count (0)
Back to Top