Reference documentation and code samples for the Connectors V1 API class Google::Cloud::Connectors::V1::AuthConfig::Oauth2ClientCredentials.
Parameters to support Oauth 2.0 Client Credentials Grant Authentication. See https://tools.ietf.org/html/rfc6749#section-1.3.4 for more details.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#client_id
def client_id() -> ::String
Returns
- (::String) — The client identifier.
#client_id=
def client_id=(value) -> ::String
Parameter
- value (::String) — The client identifier.
Returns
- (::String) — The client identifier.
#client_secret
def client_secret() -> ::Google::Cloud::Connectors::V1::Secret
Returns
- (::Google::Cloud::Connectors::V1::Secret) — Secret version reference containing the client secret.
#client_secret=
def client_secret=(value) -> ::Google::Cloud::Connectors::V1::Secret
Parameter
- value (::Google::Cloud::Connectors::V1::Secret) — Secret version reference containing the client secret.
Returns
- (::Google::Cloud::Connectors::V1::Secret) — Secret version reference containing the client secret.