Class: Google::Cloud::DeveloperConnect::V1::FetchAccessTokenRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/developerconnect/v1/developer_connect.rb

Overview

Message for fetching an OAuth access token.

Instance Attribute Summary collapse

Instance Attribute Details

#account_connector::String

Returns Required. The resource name of the AccountConnector in the format projects/*/locations/*/accountConnectors/*.

Returns:

  • (::String)

    Required. The resource name of the AccountConnector in the format projects/*/locations/*/accountConnectors/*.



867
868
869
870
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 867

class FetchAccessTokenRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end