Callback
Last updated
Was this helpful?
Last updated
Was this helpful?
The callback endpoint that gets the authorization response from auth0.
Args: response: The response object tokens: The authorization state token, ID token and access token user_manager: The User Manager to use
Returns: The OAuth2 access token
Raises: HTTPException: 401 if not authorized to login.
OAuth 2.0 login response.