如何在python的Google API客户端库中设置OAuth 2.0状态参数

时间:2015-07-09 12:13:14

标签: oauth-2.0 google-api-python-client

oauth2client.client.OAuth2WebServerFlow()构造函数及其step1_get_authorize_url方法都不以任何方式接受状态参数。我知道我可以在会话cookie中存储状态,但我仍然很好奇该库是否以某种方式支持state参数。

1 个答案:

答案 0 :(得分:2)

目前这是不可能的。之前提出了一个问题来解决这个问题:https://github.com/google/oauth2client/issues/170但尚未解决。