---
title: "Oauth:Google.Database.Callback"
method: GET
path: "/auth/oauth/callback"
tags: ["auth"]
---

# Oauth:Google.Database.Callback

`GET /auth/oauth/callback`

The response varies based on the authentication backend used.

## Query parameters

- `code` string
- `code_verifier` string
- `state` string
- `error` string

## Response `200`

Successful Response

- unknown

## Other responses

- `400` — Bad Request
- `422` — Validation Error

---

[API](https://skmtc.net/engineertheory/apis/recap-backend.md) · [All operations](https://skmtc.net/engineertheory/apis/recap-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/engineertheory/recap-backend/revisions/ea9db8f9a24d/schema)
