You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a question more than a bug. It doesn't seem as though there is a way for a user to revoke an access token using googleapis_auth. I don't think this is a problem per se because revoking tokens doesn't seem to be a typical procedure. However, my assumption was that any app that uses OAuth tokens should explicitly revoke them when the user signs out of the app. There is an OAuth spec for this. Some Google docs seem to indicate that it's possible, but don't mention anything about best practices.
I'm just wondering if the dart APIs would benefit from code to revoke tokens...
The text was updated successfully, but these errors were encountered:
This is a question more than a bug. It doesn't seem as though there is a way for a user to revoke an access token using googleapis_auth. I don't think this is a problem per se because revoking tokens doesn't seem to be a typical procedure. However, my assumption was that any app that uses OAuth tokens should explicitly revoke them when the user signs out of the app. There is an OAuth spec for this. Some Google docs seem to indicate that it's possible, but don't mention anything about best practices.
I'm just wondering if the dart APIs would benefit from code to revoke tokens...
The text was updated successfully, but these errors were encountered: