---
title: "Oauth Callback Handler"
method: GET
path: "/auth/oauth/{provider}"
---

# Oauth Callback Handler

`GET /auth/oauth/{provider}`

Handle OAuth callback from any provider

## Path parameters

- `provider` 'auth0' | 'github' | 'google' | 'microsoft', required

## Query parameters

- `code` string, required
- `state` string, required
- `error` string, nullable
- `error_description` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/lmnt/apis/yapster.md) · [All operations](https://skmtc.net/lmnt/apis/yapster/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lmnt/yapster/versions/f153248e1350/schema)
