Authentication
This section provides a complete list of the Authentication properties you can configure in the connection string for this provider.
| Property | Description |
| AuthScheme | Specifies the authentication scheme used to establish a connection to Xero. It determines the authentication mechanism required for validating the user's identity and allows integration with various OAuth providers. Accepted entries are OAuth, PKCE, or OAuthClient. |
| Schema | Specifies the Xero API you want to access, which is exposed through the selected schema in the data model. Each schema corresponds to a specific functional API provided by Xero (for example, Accounting, Payroll, Projects). |
| Tenant | Specifies the Xero organization (tenant) to connect to. This can be either the name of the organization or its unique tenant ID. If not specified, the first authorized tenant is used by default. |