Reference documentation and code samples for the Developer Connect V1 API class Google::Cloud::DeveloperConnect::V1::FinishOAuthRequest.
Message for finishing an OAuth flow.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#account_connector
def account_connector() -> ::String-
(::String) — Required. The resource name of the AccountConnector in the format
projects/*/locations/*/accountConnectors/*.
#account_connector=
def account_connector=(value) -> ::String-
value (::String) — Required. The resource name of the AccountConnector in the format
projects/*/locations/*/accountConnectors/*.
-
(::String) — Required. The resource name of the AccountConnector in the format
projects/*/locations/*/accountConnectors/*.
#google_oauth_params
def google_oauth_params() -> ::Google::Cloud::DeveloperConnect::V1::FinishOAuthRequest::GoogleOAuthParams-
(::Google::Cloud::DeveloperConnect::V1::FinishOAuthRequest::GoogleOAuthParams) — The params returned by Google OAuth flow redirects.
Note: The following fields are mutually exclusive:
google_oauth_params,oauth_params. If a field in that set is populated, all other fields in the set will automatically be cleared.
#google_oauth_params=
def google_oauth_params=(value) -> ::Google::Cloud::DeveloperConnect::V1::FinishOAuthRequest::GoogleOAuthParams-
value (::Google::Cloud::DeveloperConnect::V1::FinishOAuthRequest::GoogleOAuthParams) — The params returned by Google OAuth flow redirects.
Note: The following fields are mutually exclusive:
google_oauth_params,oauth_params. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::DeveloperConnect::V1::FinishOAuthRequest::GoogleOAuthParams) — The params returned by Google OAuth flow redirects.
Note: The following fields are mutually exclusive:
google_oauth_params,oauth_params. If a field in that set is populated, all other fields in the set will automatically be cleared.
#oauth_params
def oauth_params() -> ::Google::Cloud::DeveloperConnect::V1::FinishOAuthRequest::OAuthParams-
(::Google::Cloud::DeveloperConnect::V1::FinishOAuthRequest::OAuthParams) — The params returned by non-Google OAuth 2.0 flow redirect.
Note: The following fields are mutually exclusive:
oauth_params,google_oauth_params. If a field in that set is populated, all other fields in the set will automatically be cleared.
#oauth_params=
def oauth_params=(value) -> ::Google::Cloud::DeveloperConnect::V1::FinishOAuthRequest::OAuthParams-
value (::Google::Cloud::DeveloperConnect::V1::FinishOAuthRequest::OAuthParams) — The params returned by non-Google OAuth 2.0 flow redirect.
Note: The following fields are mutually exclusive:
oauth_params,google_oauth_params. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::DeveloperConnect::V1::FinishOAuthRequest::OAuthParams) — The params returned by non-Google OAuth 2.0 flow redirect.
Note: The following fields are mutually exclusive:
oauth_params,google_oauth_params. If a field in that set is populated, all other fields in the set will automatically be cleared.