Skip to content

Interface: OAuthCallbackQuery

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Connectors / OAuthCallbackQuery

Interface: OAuthCallbackQuery

Defined in: src/types/connectors.ts:70

Query parameters for GET /api/v1/connectors/manage/{name}/oauth/callback — the OAuth callback the provider redirects back to.

Properties

code?

optional code: string

Defined in: src/types/connectors.ts:72

OAuth authorization code.


error?

optional error: string

Defined in: src/types/connectors.ts:74

OAuth error code if authorization failed.


errorDescription?

optional errorDescription: string

Defined in: src/types/connectors.ts:76

Human-readable OAuth error description.


state?

optional state: string

Defined in: src/types/connectors.ts:78

Opaque state parameter (tenant_id:connector_name).