Oauth:Google.Jwt.Callback

GET /auth/google/callback

The response varies based on the authentication backend used.

Query parameters

Responses

GET /auth/google/callback
curl \
 -X GET http://localhost:5000/auth/google/callback
Response examples (400)
{
  "summary": "Invalid state token."
}
{
  "detail": "LOGIN_BAD_CREDENTIALS"
}
Response examples (422)
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}