Auth0.Android icon indicating copy to clipboard operation
Auth0.Android copied to clipboard

Guard against NullPointerException when getting Credentials from Json

Open bennycao opened this issue 1 year ago • 9 comments

Changes

This change adds code to guard against possible NullPointerException thrown as a result of f being null in the JsonRequiredTypeAdaptor

Solves https://github.com/auth0/Auth0.Android/issues/676

Testing

Checklist

bennycao avatar Dec 06 '23 22:12 bennycao