You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
json = json.substring(16); // replaces tokenizer.skipPast("Auth0.setClient(") because official (not android's) org.json does not have the method
102
+
json = json.substring("Auth0.setClient(".length()); // replaces tokenizer.skipPast("Auth0.setClient(") because official (not android's) org.json does not have the method
103
103
JSONTokenertokenizer = newJSONTokener(json);
104
104
if (!tokenizer.more()) {
105
105
throwtokenizer.syntaxError("Invalid App Info JSONP");
0 commit comments