zoho-oauth-property
v1.2.8
Published
ZOHO OAuth custom token manager implementation
Downloads
8
Readme
Description
Custom implementation of Token Storage Mechanism for self client apps.
Installation
$ npm install zoho-oauth-property
Pre-requests
The module will try reading file from 'resources/oauth_custom.properties'
Please put the grant token value in this file. Other strings leave as showing below.
[custom]
zoho.crm.granttoken=put your grant token over here
zoho.crm.useridentifier=zcrm_default_user
zoho.crm.accesstoken=
zoho.crm.refreshtoken=
zoho.crm.expirytime=
To get a grant token please visit this link and generate it for appropriate app using this scope ZohoCRM.modules.ALL. Take into account to obtain access token and refresh token you have to put grant token in property file and start your app during time limit you have chosen before.