Class: Google::Cloud::Connectors::V1::AuthConfig::Oauth2ClientCredentials

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

Overview

Parameters to support Oauth 2.0 Client Credentials Grant Authentication. See https://tools.ietf.org/html/rfc6749#section-1.3.4 for more details.

Instance Attribute Summary collapse

Instance Attribute Details

#client_id::String

Returns The client identifier.

Returns:

  • (::String)

    The client identifier.



99
100
101
102
# File 'proto_docs/google/cloud/connectors/v1/authconfig.rb', line 99

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

#client_secret::Google::Cloud::Connectors::V1::Secret

Returns Secret version reference containing the client secret.

Returns:



99
100
101
102
# File 'proto_docs/google/cloud/connectors/v1/authconfig.rb', line 99

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