Cmdlets for Airtable

Build 25.0.9434

AuthScheme Parameter (Connect-Airtable Cmdlet)

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

Syntax

Connect-Airtable -AuthScheme string

Possible Values

PersonalAccessToken, OAuthPKCE

Data Type

cstr

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.

This is a required parameter.

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