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.