Fix up documentation for the class and the Sphinx reference.
This commit is contained in:
parent
1942f97df5
commit
3b1ae9d07b
|
@ -31,6 +31,9 @@
|
|||
|
||||
.. autoclass:: GoogleMixin
|
||||
:members:
|
||||
|
||||
.. autoclass:: GoogleOAuth2Mixin
|
||||
:members:
|
||||
|
||||
Facebook
|
||||
--------
|
||||
|
|
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue