You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our project, we want to modify ApiClient behaviors, and concretely extract the authentication responsibility. However, ApiClient is a closed class. Even though in Configuration we can assign an instance of it, since it is not based on the interface it is pretty useless.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
In our project, we want to modify ApiClient behaviors, and concretely extract the authentication responsibility. However, ApiClient is a closed class. Even though in
Configuration
we can assign an instance of it, since it is not based on the interface it is pretty useless.Thanks!
The text was updated successfully, but these errors were encountered: