Class: Google::Cloud::Dialogflow::CX::V3::Webhook::GenericWebService::OAuthConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::Webhook::GenericWebService::OAuthConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb
Overview
Represents configuration of OAuth client credential flow for 3rd party API authentication.
Instance Attribute Summary collapse
-
#client_id ⇒ ::String
Required.
-
#client_secret ⇒ ::String
Optional.
-
#scopes ⇒ ::Array<::String>
Optional.
-
#secret_version_for_client_secret ⇒ ::String
Optional.
-
#token_endpoint ⇒ ::String
Required.
Instance Attribute Details
#client_id ⇒ ::String
Returns Required. The client ID provided by the 3rd party platform.
174 175 176 177 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb', line 174 class OAuthConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#client_secret ⇒ ::String
Returns Optional. The client secret provided by the 3rd party platform.
174 175 176 177 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb', line 174 class OAuthConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#scopes ⇒ ::Array<::String>
Returns Optional. The OAuth scopes to grant.
174 175 176 177 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb', line 174 class OAuthConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#secret_version_for_client_secret ⇒ ::String
Returns Optional. The name of the SecretManager secret version resource storing
the client secret. If this field is set, the client_secret field will
be ignored. Format:
projects/{project}/secrets/{secret}/versions/{version}.
174 175 176 177 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb', line 174 class OAuthConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#token_endpoint ⇒ ::String
Returns Required. The token endpoint provided by the 3rd party platform to exchange an access token.
174 175 176 177 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb', line 174 class OAuthConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |