---
title: "Oauth:Google.Jwt.Callback"
method: GET
path: "/api/auth/google/callback"
tags: ["auth"]
---

# Oauth:Google.Jwt.Callback

`GET /api/auth/google/callback`

The response varies based on the authentication backend used.

## Query parameters

- `code` string, nullable
- `code_verifier` string, nullable
- `state` string, nullable
- `error` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

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

---

[API](https://skmtc.net/okio-ai/apis/nendo-server.md) · [All operations](https://skmtc.net/okio-ai/apis/nendo-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/okio-ai/nendo-server/versions/a044a48565cb/schema)
