Authentication
This section provides a complete list of the Authentication properties you can configure in the connection string for this provider.
| Property | Description |
| AuthScheme | The type of authentication to use when connecting to Airtable. |
| ApiKey | ApiKey of the currently authenticated user. |
| ClientSecret | Usage of the Metadata API requires a unique client secret when authenticating with a User API Key, with the exception of Enterprise accounts. |
| EnableMetadataAPI | Enabling the Metadata API gives you read-only access to a list of your bases, tables and fields, and changes the behavior of the driver for all operations and queries. |
| BaseId | Id of the base. This property is not required when the Metadata API is enabled, but specifying it restricts the metadata that will be retrieved. |
| BaseName | The schema to use - which corresponds to the name of the Base in Airtable. This property is only used when the Metadata API is enabled. |
| TableNames | Comma separated table names of the specified base. |
| ViewNames | Comma separated view names of the tables. Ie. ViewNames=TableA.ViewA,TableA.ViewB,..,TableX.ViewY;. |