Remove the already authenticate acces token

Hi I am integrate the twitch login in android app.once i login from the twitch page (i.e from the web view of twitch ) I am getting the access token .now my question is when is again open the web view of twich it gives me the access token but i want that user can login again and the process is from staring .so how to solve that issue to remove the already authenticate user???

Thats up to you.

After authentication you are managing the session and can login/logout the user from what you are doing.

I think what you might be referring to is the ability to logout of Twitch itself rather than you app. What you can do here is after logging out from your app, use a login with Twitch link with includes force_verify=true as documented for Implicit or Authorization flows

ok thanks problem solved

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.