我对这个答案感到非常满意https://stackoverflow.com/a/8548319/641264因为有了它,我现在很好地理解了访问令牌和刷新令牌之间的区别。我还浏览了 OAuth2WebSercer 文档https://developers.google.com/accounts/docs/OAuth2WebServer 但我不知道可用于处理刷新令牌的函数/方法。对于访问令牌,我们使用:
gdata.gauth.ae_save()
gdata.gauth.ae_load()
token.get_access_token()
但是刷新令牌呢?