Class GoogleOAuthParams (0.4.0)

GoogleOAuthParams(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The params returned by Google OAuth flow redirects.

Attributes

Name Description
scopes MutableSequence[str]
Required. The scopes returned by Google OAuth flow.
version_info str
Optional. The version info returned by Google OAuth flow.
ticket str
Required. The ticket to be used for post processing the callback from Google OAuth flow.