public sealed class AuthConfig.Types.Oauth2ClientCredentials : IMessage<AuthConfig.Types.Oauth2ClientCredentials>, IEquatable<AuthConfig.Types.Oauth2ClientCredentials>, IDeepCloneable<AuthConfig.Types.Oauth2ClientCredentials>, IBufferMessage, IMessage
Reference documentation and code samples for the Integration Connectors v1 API class AuthConfig.Types.Oauth2ClientCredentials.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides reference documentation for the `AuthConfig.Types.Oauth2ClientCredentials` class within the Integration Connectors v1 API, covering versions 1.0.0 to the latest 1.3.0."],["The `Oauth2ClientCredentials` class supports Oauth 2.0 Client Credentials Grant authentication, as detailed in RFC6749, section 1.3.4."],["It implements `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and inherits from `object`, with specific methods like `GetHashCode()`, `GetType()`, and `ToString()`."],["The class includes constructors `Oauth2ClientCredentials()` and `Oauth2ClientCredentials(AuthConfig.Types.Oauth2ClientCredentials)`, as well as properties for `ClientId` (a string) and `ClientSecret` (a `Secret`)."],["The namespace for this class is `Google.Cloud.Connectors.V1`, and it is part of the `Google.Cloud.Connectors.V1.dll` assembly."]]],[]]