Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for HTTPAuthorizationCredentials (0.12 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 Apr 05 07:19:11 GMT 2026
    - Last Modified: Mon Mar 16 10:16:48 GMT 2026
    - 13.1K bytes
    - Click Count (0)
Back to Top