AuthScheme
Specifies the type of authentication to use when connecting to Airtable.
Possible Values
PersonalAccessToken, OAuthPKCEData 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.