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 scheme used for authentication. Accepted entries are None, Basic, Kerberos and LDAP. None is the default. |
| Server | The host name or IP address of the Presto REST server. |
| Port | The port for the Presto REST server. |
| User | Specifies the authenticating user's user ID. |
| Password | Specifies the authenticating user's password. |
| PrestoKind | Indicates whether the connected instance is Trino or not. |
| UseSSL | Indicates whether SSL is enabled. |