FinishOAuthRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Message for finishing an OAuth flow.
This message has oneof_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
oauth_params |
google.cloud.developerconnect_v1.types.FinishOAuthRequest.OAuthParams
The params returned by non-Google OAuth 2.0 flow redirect. This field is a member of oneof_ params.
|
google_oauth_params |
google.cloud.developerconnect_v1.types.FinishOAuthRequest.GoogleOAuthParams
The params returned by Google OAuth flow redirects. This field is a member of oneof_ params.
|
account_connector |
str
Required. The resource name of the AccountConnector in the format projects/*/locations/*/accountConnectors/*.
|
Classes
GoogleOAuthParams
GoogleOAuthParams(mapping=None, *, ignore_unknown_fields=False, **kwargs)The params returned by Google OAuth flow redirects.
OAuthParams
OAuthParams(mapping=None, *, ignore_unknown_fields=False, **kwargs)The params returned by non-Google OAuth 2.0 flow redirect.