Skip to content

ConnectorAuthentication

Authentication scheme descriptor on a connector (oauth2, basic, apiKey, ...). Shape is connector-dependent; exposed as a record so the SDK doesn't impose a closed schema on third-party connectors.

Indexable

[key: string]: unknown

Free-form fields specific to the auth scheme.

Properties

Property Type Description
type? string Auth type identifier (e.g. oauth2, basic, apiKey).