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
Currently the Python client does not support Oauth2 authentication, which is supported in the Java client. We should support this capability in the Python client.
How should we improve?
No response
The text was updated successfully, but these errors were encountered:
…ython client (#4011)
### What changes were proposed in this pull request?
* Add `OAuth2TokenProvider` and `DefaultOAuth2TokenProvider` in
`client-python`
* There are some components and tests missing because it would be a big
code change if they were also done in this PR, they will be added in the
following PRs
- [ ] Error Handling: #4173
- [ ] Integration Test: #4208
* Modify test file structure, and found issue #4136, solve it by reset
environment variable.
### Why are the changes needed?
Fix: #3755, #4136
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Add UT and tested by `./gradlew clients:client-python:unittest`
---------
Co-authored-by: TimWang <[email protected]>
What would you like to be improved?
Currently the Python client does not support Oauth2 authentication, which is supported in the Java client. We should support this capability in the Python client.
How should we improve?
No response
The text was updated successfully, but these errors were encountered: