Implements OAuth2.0 flow to use ManageEngine Service Desk API.
Project description
Manage Engine - Service Desk OAuth 2.0
Uses OAuth 2.0 for generating access_tokens for using Zoho APIs.
Generate required credentials
- CLIENT_ID | CLIENT_SECRET - Generate the two values from https://api-console.zoho.com/. Add a self client, and copy the CLIENT_ID and CLIENT_SECRET as seen in the example below.
API Documentation
The access tokens have only been tested with Manage Engine Service Desk although it should work with most Zoho products.
Learn more about the APIs from the link below.
Example Usage
from zoho_oauth2 import ZohoAPITokens
if __name__ == '__main__':
test = ZohoAPITokens(
client_id=CLIENT_ID,
client_secret=CLIENT_SECRET,
redirect_uri=REDIRECT_URI,
scope=SCOPES(as string, each scope separated by comma)
)
print(test.auth_token())
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
zoho_oauth2-1.0.5.tar.gz
(3.8 kB
view details)
File details
Details for the file zoho_oauth2-1.0.5.tar.gz.
File metadata
- Download URL: zoho_oauth2-1.0.5.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.6rc1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
07e5cc223a05fc93fc61a6e4d29f08f4ad24ac06c6253628bd48003ea0877f8e
|
|
| MD5 |
027a01b1ba573fd30874132f119d5ecb
|
|
| BLAKE2b-256 |
d73b6a67d6b35bd4718ed7262eafe78e55fe7bc115e71296a4dacf7bb3d846da
|