Documented 'state' parameter.

This commit is contained in:
Frederik Creemers
2015-07-11 09:55:19 +02:00
parent 60fd97608e
commit a78764536f

View File

@@ -1857,6 +1857,8 @@ class OAuth2WebServerFlow(Flow):
a non-web-based application, or a URI that handles the callback from
the authorization server. This parameter is deprecated, please move to
passing the redirect_uri in via the constructor.
state: string, Opaque state string which is passed through the OAuth2 flow
and returned to the client as a query parameter in the callback.
Returns:
A URI as a string to redirect the user to begin the authorization flow.