hi,
i have a client working that connects with the CRM PHP API.
I have my OAuthtokens in the db, that does work.
Now i want to use my own class extending ZohoOAuthPersistenceHandler.
so i set:
'token_persistence_path' => '',
'persistence_handler_class' => 'MyOAuthPersistenceHandler',
But that class is not getting used, still the ZohoOAuthPersistenceHandler is used.
If i look over your existing CRM PHP API code i do not see any code
setting my persistence_handler_class.
Is this setting not yet supported in the code?
If it is why is my class not used?
When will this be implemented if not?