Oauth:Google.Jwt.Callback
The response varies based on the authentication backend used.
Query parameters
-
code
string | null -
code_verifier
string | null -
state
string | null -
error
string | null
GET
/auth/google/callback
curl \
-X GET http://localhost:5000/auth/google/callback
Response examples (400)
Invalid state token.
{
"summary": "Invalid state token."
}
{
"detail": "LOGIN_BAD_CREDENTIALS"
}
Response examples (422)
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}