AuthScheme Parameter (Connect-Airtable Cmdlet)
Specifies the type of authentication to use when connecting to Airtable.
Syntax
Connect-Airtable -AuthScheme string
Possible Values
PersonalAccessToken, OAuthPKCEData 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.