Step to reproduce:
- Create a document with 2 ClientConfigurationClass objects (with different configuration name)
- Try get the second configuration object, by example with service.oauth2client.authorize("my_second_config_name", ...)
Expected: we get the correct configuration Currently, we get the first configuration object. |