From: Stephen McMillen Date: Wed, 17 Jul 2013 23:30:24 +0000 (-0400) Subject: Fix up documentation for the class and the Sphinx reference. X-Git-Tag: v3.2.0b1~54^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b1ae9d07b7bf380c52e60f874a79cb1b37d0454;p=thirdparty%2Ftornado.git Fix up documentation for the class and the Sphinx reference. --- diff --git a/docs/auth.rst b/docs/auth.rst index c1f7f8ad1..dd2ca554f 100644 --- a/docs/auth.rst +++ b/docs/auth.rst @@ -31,6 +31,9 @@ .. autoclass:: GoogleMixin :members: + + .. autoclass:: GoogleOAuth2Mixin + :members: Facebook -------- diff --git a/tornado/auth.py b/tornado/auth.py index 284c4d1e0..f456124d7 100644 --- a/tornado/auth.py +++ b/tornado/auth.py @@ -957,8 +957,8 @@ class GoogleOAuth2Mixin(OAuth2Mixin): The API itself defaults some of these values that cna be overwritten by the overwrites object. They are: - * approval_prompt = auto - * access_type = online + approval_prompt = auto + access_type = online """ extra_params = { "scope": ' '.join(scope),