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
…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]>
Describe the subtask
Add OAuth Error Handler and related exceptions, test cases in
client-python
based onclient-java
Parent issue
#4012
The text was updated successfully, but these errors were encountered: