From c9f170523611128a187a3555a6f1510bf2b4da69 Mon Sep 17 00:00:00 2001 From: Jon Wayne Parrott Date: Wed, 8 Feb 2017 11:15:00 -0800 Subject: [PATCH] Add warning about oauth2.flow --- 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.