Add Client Credentials Flow to Python SDK

Add Client Credentials Flow to Python SDK

The Zoho CRM API supports a client credentials flow to automatically generate ephemeral access tokens, and this can be done programatically. The Python SDK however requires you to provide a grant token, refresh token, or access token when initializing (https://github.com/zoho/zohocrm-python-sdk-8.0/blob/6ef91e29bcca42a2616a0bf300529c8b8de515ea/zohocrmsdk/src/com/zoho/api/authenticator/oauth_token.py#L60). It's not hard to write a helper function generate an access token using the client credentials flow, but it would be convenient if the SDK supported this.

    Nederlandse Hulpbronnen