1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __CLIQ_CONFIG_H
#define __CLIQ_CONFIG_H
#define QLIC_VERSION "0.0.1"
#define CLIQ_AUTH_ENDPOINT "https://accounts.zoho.com/oauth/v2/auth"
#define CLIQ_TOKEN_ENDPOINT "https://accounts.zoho.com/oauth/v2/token"
#define CLIQ_REDIRECT_URI "https://127.0.0.1:8443/hello"
#define CLIQ_SCOPE "ZohoCliq.Chats.READ,ZohoCliq.Messages.READ,ZohoCliq.Webhooks.CREATE"
#endif