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
I am integrating smartcar into my app, I followed the official documentation and built up the features successfully.
But there is one question, that is about this API: smartcarAuth.launchAuthFlow(appContext);
After calling this, it brings up the browser (with CustomTabsIntent), which is fine but, what if the user kills the browser app and doesn't complete the auth connection flow?
Is there a way to detect this case, maybe via SmartcarCallback?
Thanks!
The text was updated successfully, but these errors were encountered:
Hey guys!
I am integrating smartcar into my app, I followed the official documentation and built up the features successfully.
But there is one question, that is about this API:
smartcarAuth.launchAuthFlow(appContext);
After calling this, it brings up the browser (with CustomTabsIntent), which is fine but, what if the user kills the browser app and doesn't complete the auth connection flow?
Is there a way to detect this case, maybe via
SmartcarCallback
?Thanks!
The text was updated successfully, but these errors were encountered: