SSIS Components for Airtable

Build 25.0.9434

AuthScheme

Specifies the type of authentication to use when connecting to Airtable.

Possible Values

PersonalAccessToken, OAuthPKCE

Data Type

string

Default Value

"OAuthPKCE"

Remarks

Airtable provides two authentication mechanisms to access its API:

  • OAuthPKCE is intended for clients who cannot securely store a client's secret. It enables OAuth 2.0 authentication with Airtable using the Proof Key for Code Exchange (PKCE) flow. When this property is set to OAuthPKCE, DisplayValue is required.
  • PersonalAccessToken uses the Token obtained from Airtable to ensure secure access to Airtable's API.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434