Skip to content

truqu/zoho_auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zoho_auth

Maintains zoho crm authentication

Build

$ rebar3 compile

Usage

Make sure configuration along these lines is setup in your sys.config:

[ { zoho_auth
  , [ {endpoint, <<"https://accounts.zoho.com/oath/v2/token">>}
    , {client_id, <<"zoho client id">>}
    , {client_secret, <<"zoho client secret">>}
    , {refresh_token, <<"zoho refresh token">>}
    ]
  }
].

With appropriate values for client_id, client_secret and refresh_token.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages