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

Fix for JsonIOException #119

Merged

Conversation

SerhiiKobezaCapgemini
Copy link
Contributor

There was an issue where method payloadFromResponse() threw a JsonIOException when the callback type was specified as void. This happened because the GsonConverter cannot directly handle Void type. To resolve this, I added line of code that checks the callback type and returns null if callback type is Void

…se GsonConverter cannot work with Void type directly and throws JsonIOException
@ionutmanolache-okta ionutmanolache-okta merged commit cd1f75e into auth0:master Dec 6, 2024
3 checks passed
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 this pull request may close these issues.

3 participants