From f1cc7958fb526d1e66b015938db20f15a015c502 Mon Sep 17 00:00:00 2001 From: thec0sm0s Date: Thu, 14 May 2020 21:04:50 +0530 Subject: [PATCH] DOCS --- flask_discord/client.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flask_discord/client.py b/flask_discord/client.py index 0d029af..6e505d5 100644 --- a/flask_discord/client.py +++ b/flask_discord/client.py @@ -58,7 +58,8 @@ class DiscordOAuth2Session(_http.DiscordOAuth2HttpClient): def revoke(self): """This method clears current discord token, state and all session data from flask `session `_. Which means user will have - to go through discord authorization token grant flow again. + to go through discord authorization token grant flow again. Also tries to remove the user from internal + cache if they exist. """