Interface: OAuthCallbackQuery
@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?
optionalcode:string
Defined in: src/types/connectors.ts:72
OAuth authorization code.
error?
optionalerror:string
Defined in: src/types/connectors.ts:74
OAuth error code if authorization failed.
errorDescription?
optionalerrorDescription:string
Defined in: src/types/connectors.ts:76
Human-readable OAuth error description.
state?
optionalstate:string
Defined in: src/types/connectors.ts:78
Opaque state parameter (tenant_id:connector_name).