I am trying to use Auth0.webAuth().clearSession()
to let the user sign out
however when the user login by Gmail, and try to log in again it forces the old Gmail without allowing the user choice.
using this the issue is resolved but the auth0 web page is not auto-hiding
```Auth0.webAuth().clearSession(federated: true)``