-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ BUG ] You cannot call the oauth2AccessToken and oauth2RevokeToken operations directly from the Uber Class command method #835
Labels
authentication
Issues or questions regarding authentication
bug 🐛
Something isn't working
uber
Questions related to Uber Class usage
Comments
jshcodes
added a commit
that referenced
this issue
Nov 23, 2022
jshcodes
added a commit
that referenced
this issue
Nov 25, 2022
jshcodes
added a commit
that referenced
this issue
Nov 25, 2022
jshcodes
added a commit
that referenced
this issue
Nov 25, 2022
jshcodes
added a commit
that referenced
this issue
Nov 25, 2022
jshcodes
added a commit
that referenced
this issue
Dec 9, 2022
jshcodes
added a commit
that referenced
this issue
Dec 9, 2022
jshcodes
added a commit
that referenced
this issue
Dec 12, 2022
jshcodes
added a commit
that referenced
this issue
Dec 12, 2022
jshcodes
added a commit
that referenced
this issue
Dec 12, 2022
jshcodes
added a commit
that referenced
this issue
Dec 12, 2022
jshcodes
added
authentication
Issues or questions regarding authentication
uber
Questions related to Uber Class usage
labels
Dec 13, 2022
jshcodes
added a commit
that referenced
this issue
Dec 22, 2022
jshcodes
added a commit
that referenced
this issue
Jan 7, 2023
jshcodes
added a commit
that referenced
this issue
Jan 12, 2023
jshcodes
added a commit
that referenced
this issue
Jan 20, 2023
jshcodes
added a commit
that referenced
this issue
Jan 23, 2023
jshcodes
added a commit
that referenced
this issue
Jan 25, 2023
jshcodes
added a commit
that referenced
this issue
Jan 26, 2023
jshcodes
added a commit
that referenced
this issue
Feb 2, 2023
jshcodes
added a commit
that referenced
this issue
Feb 11, 2023
jshcodes
added a commit
that referenced
this issue
Feb 24, 2023
jshcodes
added a commit
that referenced
this issue
Feb 25, 2023
jshcodes
added a commit
that referenced
this issue
Feb 27, 2023
jshcodes
added a commit
that referenced
this issue
Mar 2, 2023
jshcodes
added a commit
that referenced
this issue
Mar 13, 2023
jshcodes
added a commit
that referenced
this issue
Mar 21, 2023
jshcodes
added a commit
that referenced
this issue
Mar 24, 2023
jshcodes
added a commit
that referenced
this issue
Apr 10, 2023
jshcodes
added a commit
that referenced
this issue
Apr 14, 2023
jshcodes
added a commit
that referenced
this issue
Apr 20, 2023
jshcodes
added a commit
that referenced
this issue
Apr 25, 2023
jshcodes
added a commit
that referenced
this issue
May 17, 2023
jshcodes
added a commit
that referenced
this issue
Jul 11, 2023
jshcodes
added a commit
that referenced
this issue
Jul 20, 2023
6 tasks
jshcodes
added a commit
that referenced
this issue
Aug 8, 2023
6 tasks
jshcodes
added a commit
that referenced
this issue
Aug 10, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
authentication
Issues or questions regarding authentication
bug 🐛
Something isn't working
uber
Questions related to Uber Class usage
Describe the bug
Due to how the Uber Class implements authentication, and the custom payloads required to authenticate to the API, the Uber Class cannot leverage the two OAuth2 service collection operations,
oauth2AccessToken
andoauth2RevokeToken
.To Reproduce
Create an authenticated instance of the Uber Class. Attempt to call the revoke operation using the following command.
Expected behavior
Developers should be able to leverage methods from this service collection from the Uber Class just like they can from the Service Class.
Environment (please complete the following information):
Additional context
Discovered while refactoring to implement enhancements to the authentication and Service Class objects. (Related to #829)
This issue has been resolved in the upcoming v1.3.0 version.
The text was updated successfully, but these errors were encountered: