Android sdk - Redirect to login after logout


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)

  1. Is there a way to redirect user to login flow right after logout.
  2. is there any other way of clearing browser session without calling WebAuthProvider.logout(account)?