# Oauth:Google.Jwt.Callback **GET /auth/google/callback** The response varies based on the authentication backend used. ## Servers - Local development API: http://localhost:5000 (Local development API) - Production API: https://api.meddict-vinuni.com (Production API) ## Parameters ### Query parameters - **code** (string | null) - **code_verifier** (string | null) - **state** (string | null) - **error** (string | null) ## Responses ### 200 Successful Response ### 400 Bad Request #### Body: application/json (object) - **detail** (string | object) ### 422 Validation Error #### Body: application/json (object) - **detail** (array[object]) [Powered by Bump.sh](https://bump.sh)