- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for OAuth2AuthorizationCodeBearer (0.11 seconds)
-
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__(Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 21:25:59 GMT 2025 - 22K bytes - Click Count (0)