commit | 474c8df63d80cb79db6281dc0137f29103a6985c | [log] [tgz] |
---|---|---|
author | Jon Wayne Parrott <jonwayne@google.com> | Wed Feb 08 13:14:02 2017 -0800 |
committer | GitHub <noreply@github.com> | Wed Feb 08 13:14:02 2017 -0800 |
tree | 187ea88ca757878e35d694a905bc10dc2f9635b5 | |
parent | d09580156463d91d1d1e1aac1bdc9be90e9b5d03 [diff] |
Add warning about oauth2.flow (#105)
diff --git a/google/oauth2/flow.py b/google/oauth2/flow.py index 69e73ff..a4dcfca 100644 --- a/google/oauth2/flow.py +++ b/google/oauth2/flow.py
@@ -14,6 +14,10 @@ """OAuth 2.0 Authorization Flow +.. warning:: + This module is experimental and is subject to change signficantly + within major version releases. + This module provides integration with `requests-oauthlib`_ for running the `OAuth 2.0 Authorization Flow`_ and acquiring user credentials.