How to read the response of the request in Expo 50? I get this json with blobId – do I need to enter this id somewhere? or do I have something misconfigured?
const response = await svc('/oauth2/token/', payload);
const data = await response.json();
console.log(data)
will show json with access_token and refresh_token
Is it possible that this network tab will also show access_token and refresh_token instead of this blob?