Skip to content
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

Missing request_id type in OauthTokenResponse #487

Open
MohammedEsafi opened this issue Feb 4, 2024 · 0 comments · May be fixed by #488
Open

Missing request_id type in OauthTokenResponse #487

MohammedEsafi opened this issue Feb 4, 2024 · 0 comments · May be fixed by #488

Comments

@MohammedEsafi
Copy link

Description:

Currently, the OauthTokenResponse does not include a field for the request_id type, even though this field is included in the actual response. this absence leads to a type error in a specific use case where I encounter the issue while utilizing that field.

Screenshot 2024-02-04 at 21 16 46

To address this issue, I have to cast the token method response. however, I believe this should be resolved within the library itself. I plan to open a PR to address this issue.

Screenshot 2024-02-04 at 21 32 12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant