Steve Frank
Steve Frank
https://github.com/intuit/oauth-jsclient/blob/master/src/response/AuthResponse.js#L106 which is called from https://github.com/intuit/oauth-jsclient/blob/master/src/OAuthClient.js#L586 `AuthResponse.prototype.getJson` is throwing plain `Error` which is bubbling up that doesn't have any of the other fields present.
Also noticed this right above it: ``` const sourceValue = source.value ?? source.getAttribute(name); if (target.value === sourceValue) { // actually set the value attribute to sync it with the value...