Class OAuthParams (0.4.0)

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

The params returned by non-Google OAuth 2.0 flow redirect.

Attributes

Name Description
code str
Required. The code to be used for getting the token from SCM provider.
ticket str
Required. The ticket to be used for post processing the callback from SCM provider.