Still can’t find a way to resolve it on android any ideas guys i can provide more information if above one which is shared is not enough, latest update is that credentials are coming but with super delay like few minutes, any idea what might be the cause for this issue. Here are some metrics:
console.log('before authroize', Math.floor(Date.now() / 1000));
await authorize();
console.log('after authroize', Math.floor(Date.now() / 1000));
const creds = await getCredentials();
console.log('creds', Math.floor(Date.now() / 1000));
accessToken = creds.accessToken;
LOG before authroize 1670333618
LOG after authroize 1670333619
LOG creds 1670333619