Fix up documentation for the class and the Sphinx reference.

This commit is contained in:
Stephen McMillen 2013-07-17 19:30:24 -04:00
parent 1942f97df5
commit 3b1ae9d07b
2 changed files with 5 additions and 2 deletions

View File

@ -31,6 +31,9 @@
.. autoclass:: GoogleMixin
:members:
.. autoclass:: GoogleOAuth2Mixin
:members:
Facebook
--------

View File

@ -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),