Authentication
This section provides a complete list of the Authentication properties you can configure in the connection string for this provider.
Property | Description |
AuthScheme | Whether to connect to Kintone with User/Password or APIToken or OAuth. |
URL | The Kintone URL. For example: https://SUBDOMAIN_NAME.cybozu.com . |
User | The Kintone user account used to authenticate. |
Password | The password used to authenticate the user. |
BasicAuthUser | The additional username required for domains using basic authentication. |
BasicAuthPassword | The additional password required for domains using basic authentication. |
AppId | The AppId used along with the APIToken for authentication. |
APIToken | The APIToken used for authentication. |