在 access_token 过期后,如何使用 refresh_token 获得新的 access_token?

How do I acquire a fresh access_token with the refresh_token after the access_token has expired?

如果用户未撤消应用程序的权限,一些提供商可以让您在没有用户交互的情况下获得新的 access_token。

如何从 allauth 触发此功能?

事实证明,截至 2016 年 8 月 29 日,该项目有一个未解决的问题来添加此功能,因此它尚不存在。

https://github.com/pennersr/django-allauth/issues/420