I need to use a specific CredentialManager, and I can't inject it to the Client I'd like a Client constructor that permit dependency injection I tried to inherit the Client to add my own constructor, but that's not clean
I need to use a specific CredentialManager, and I can't inject it to the Client
I'd like a Client constructor that permit dependency injection
I tried to inherit the Client to add my own constructor, but that's not clean