From 474c8df63d80cb79db6281dc0137f29103a6985c Mon Sep 17 00:00:00 2001 From: Jon Wayne Parrott Date: Wed, 8 Feb 2017 13:14:02 -0800 Subject: [PATCH] Add warning about oauth2.flow (#105) --- google/oauth2/flow.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/google/oauth2/flow.py b/google/oauth2/flow.py index 69e73ffd7..a4dcfca77 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.