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