How to logout with flutter_appauth?
问题 I need to logout from flutter_appauth with a button press in flutter; This package doesn't have any logout method. This is my get token code: appAuth.authorizeAndExchangeCode(AuthorizationTokenRequest( clientID, redirectUrl, discoveryUrl: discoveryUrl, scopes: scopes, clientSecret: clientSecret 回答1: In that package, didn't any solution for this, but this problem solve with two way : It's your browser so you can clear the browser's cache :) When you call method for authorizing and exchanges