Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. fastapi/security/oauth2.py

                if self.auto_error:
                    raise self.make_not_authenticated_error()
                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__(
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 21:25:59 UTC 2025
    - 22K bytes
    - Viewed (0)
Back to top