#2171·tweepy

Need an method to revoke access token

Author: asafd1Created Dec 24, 2023Updated Sep 30, 2024
LabelsFeature Request

Summary

Need an method to revoke access token received OAuth2 with PKCE (User Context)

The Problem

OAuth2UserHandler should support a way to revoke a token

The Ideal Solution

I believe the solution should be: OAuth2UserHandler.revoke(access_token)

The Current Solution

current solution is to use a different library for example: Requests-OAuthlib: OAuth for Humans — Requests-OAuthlib 1.3.1 documentation

Additional Context

No response