auth_oauth2_callback
Process OAuth2 callback from providers by validating state and exchanging authorization code for user authentication.
Instructions
POST /api/auth/oauth2/callback Callback from OAuth2 Tags: Auth Controller
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| confirm | No | Подтверждение выполнения не-GET операции. Без confirm:true возвращается превью запроса (метод, URL, тело) и запрос не отправляется (см. MCP_CONFIRM). |