Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for OAuth2AuthorizationCodeBearer (0.18 sec)

  1. fastapi/security/oauth2.py

                        headers={"WWW-Authenticate": "Bearer"},
                    )
                else:
                    return None
            return param
    
    
    class OAuth2AuthorizationCodeBearer(OAuth2):
        """
        OAuth2 flow for authentication using a bearer token obtained with an OAuth2 code
        flow. An instance of it would be used as a dependency.
        """
    
        def __init__(
    Python
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Tue Apr 02 02:48:51 GMT 2024
    - 21.1K bytes
    - Viewed (1)
Back to top