Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for OAuthFlowsModel (0.07 seconds)

  1. fastapi/security/oauth2.py

        """
    
        def __init__(
            self,
            *,
            flows: Annotated[
                OAuthFlowsModel | dict[str, dict[str, Any]],
                Doc(
                    """
                    The dictionary of OAuth2 flows.
                    """
                ),
            ] = OAuthFlowsModel(),
            scheme_name: Annotated[
                str | None,
                Doc(
                    """
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Tue Mar 24 16:32:10 GMT 2026
    - 23.6K bytes
    - Click Count (0)
Back to Top