public sealed class Webhook.Types.GenericWebService.Types.OAuthConfig : IMessage<Webhook.Types.GenericWebService.Types.OAuthConfig>, IEquatable<Webhook.Types.GenericWebService.Types.OAuthConfig>, IDeepCloneable<Webhook.Types.GenericWebService.Types.OAuthConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class Webhook.Types.GenericWebService.Types.OAuthConfig.
Represents configuration of OAuth client credential flow for 3rd party
API authentication.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `Webhook.Types.GenericWebService.Types.OAuthConfig` class within the Google Cloud Dialogflow CX V3 API, covering versions from 1.0.0 to the latest version 2.23.0."],["The `OAuthConfig` class is used to configure OAuth client credential flows for authenticating with third-party APIs and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation details the `OAuthConfig` class's constructors, which include a default constructor and a copy constructor, and it lists the properties for `ClientId`, `ClientSecret`, `Scopes`, and `TokenEndpoint`."],["The `OAuthConfig` class is in the namespace `Google.Cloud.Dialogflow.Cx.V3` and the DLL assembly is `Google.Cloud.Dialogflow.Cx.V3.dll`, allowing for integration within .NET applications."],["Each of the versions from 1.0.0 to 2.23.0 are referenced in the webpage, for the class `OAuthConfig`, allowing users to easily access their selected version of documentation."]]],[]]