Class: Google::Cloud::Connectors::V1::AuthConfig::Oauth2ClientCredentials
- Inherits:
-
Object
- Object
- Google::Cloud::Connectors::V1::AuthConfig::Oauth2ClientCredentials
- 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
-
#client_id ⇒ ::String
The client identifier.
-
#client_secret ⇒ ::Google::Cloud::Connectors::V1::Secret
Secret version reference containing the client secret.
Instance Attribute Details
#client_id ⇒ ::String
Returns 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.
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 |