Using following dependency
implementation 'com.auth0.android:auth0:2.8.1'
Browser is not redirecting to login browser while calling loginWithBrowser() in success of WebAuthProvider.logout(account)
- Is there a way to redirect user to login flow right after logout.
- is there any other way of clearing browser session without calling WebAuthProvider.logout(account)?