Developer Connect V1 API - Class Google::Cloud::DeveloperConnect::V1::FinishOAuthRequest::GoogleOAuthParams (v1.5.0)

Reference documentation and code samples for the Developer Connect V1 API class Google::Cloud::DeveloperConnect::V1::FinishOAuthRequest::GoogleOAuthParams.

The params returned by Google OAuth flow redirects.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#scopes

def scopes() -> ::Array<::String>
Returns
  • (::Array<::String>) — Required. The scopes returned by Google OAuth flow.

#scopes=

def scopes=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Required. The scopes returned by Google OAuth flow.
Returns
  • (::Array<::String>) — Required. The scopes returned by Google OAuth flow.

#ticket

def ticket() -> ::String
Returns
  • (::String) — Required. The ticket to be used for post processing the callback from Google OAuth flow.

#ticket=

def ticket=(value) -> ::String
Parameter
  • value (::String) — Required. The ticket to be used for post processing the callback from Google OAuth flow.
Returns
  • (::String) — Required. The ticket to be used for post processing the callback from Google OAuth flow.

#version_info

def version_info() -> ::String
Returns
  • (::String) — Optional. The version info returned by Google OAuth flow.

#version_info=

def version_info=(value) -> ::String
Parameter
  • value (::String) — Optional. The version info returned by Google OAuth flow.
Returns
  • (::String) — Optional. The version info returned by Google OAuth flow.