AuthScheme
The type of authentication to use when connecting to Airtable.
Possible Values
ApiKey, PersonalAccessToken, OAuthPKCEData Type
string
Default Value
"ApiKey"
Remarks
- ApiKey: Set this to use User API Key authentication.
- PersonalAccessToken: Set this to use Personal Access Token authentication.
- OAuthPKCE: Set this to use OAuth PKCE authentication.