client_creds_dict was introduced in experimental mode before (a few days back) and wasn't documented. Renaming it into client_json_dict to be consistent with other options.
Introducing client_json for convenience to syncronize with oauth2 storage options so that users can use either dict or json and not be forced to use both of them when authenticating.
client_creds_dict
was introduced in experimental mode before (a few days back) and wasn't documented. Renaming it intoclient_json_dict
to be consistent with other options.Introducing
client_json
for convenience to syncronize with oauth2 storage options so that users can use either dict or json and not be forced to use both of them when authenticating.