curl --request GET \
--url http://localhost:8000/api/v1/google-auth/callback{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Enhanced Google OAuth callback with multiple error checks.
Args: code (str): Authorization code from Google error (Optional[str]): Potential error parameter state (Optional[str]): State parameter
Returns: Dict with authentication details
curl --request GET \
--url http://localhost:8000/api/v1/google-auth/callback{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}