Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/gitlab/gitlab.controller.ts
GitLab OAuth callback - exchanges code for token
Endpoint
GET /gitlab/callback
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
code | query | string | ✓ | |
state | query | string | ✓ |
Referenced By
GitLabController(MODULE_DECLARES)
Was this page helpful?