Custom token persistence - Python SDK

Custom token persistence - Python SDK

Hallo,

Python-SDK version 6.0
https://github.com/zoho/zohocrm-python-sdk-6.0/blob/master/versions/5.0.0/README.md#custom-persistence

How can I get can I get CustomStore token persistence to work? I have used FIleStore before with no issues, but I would like to try Custom store.

This means that the token storage would be handled within the code, correct? and not someplace external (local file storage, database, etc.)

I believe I have all the correct credentials, and I have been using local file persistence for years without issues, but want to try something different - having a AWS Lambda function that connects to Zoho - so the token persistence must remain in the code.

Are there particular Scopes that must be enabled to use custom persistence? In general, how can I get it to work?

Thank you