Sindbad~EG File Manager

Current Path : /proc/self/root/opt/imh-python/lib/python3.9/site-packages/fastapi/security/
Upload File :
Current File : //proc/self/root/opt/imh-python/lib/python3.9/site-packages/fastapi/security/utils.py

from typing import Optional, Tuple


def get_authorization_scheme_param(
    authorization_header_value: Optional[str],
) -> Tuple[str, str]:
    if not authorization_header_value:
        return "", ""
    scheme, _, param = authorization_header_value.partition(" ")
    return scheme, param

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists