Twitter - Ionic 4 - Logout does not work in part

Hello,

I am using ionic 4, once called the logout url (https://DOMAIN/v2/logout …) the disconnection occurs only from auth0, when I click to log in with Twitter again the system keeps the old credentials previously entered and proceed to login. Doing so prevents the possibility of changing accounts. (I state that the ‘remember data’ option was not checked when you logged in)

Is there a way not to save the old session?

Thank you

I state that the ‘remember data’ option was not checked when you logged in

Which checkbox are you referring to? The Auth0 login or the Twitter login?

Are you calling the logout with the federated parameter, as per docs:

Also, from my understanding, the Twitter session is closed, right? Otherwise the user wouldn’t even be prompted to login again at the Twitter screen, not? So, it’s just that the browser remembers the data.

Which checkbox are you referring to? The Auth0 login or the Twitter login?

I refer to the ‘remember’ box of twitter login

So, it’s just that the browser remembers the data.

I think the problem is this, is there a way to reset them? since I am using the Auth0Cordova plugin and cannot intervene in other external ways?