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 document provides reference documentation for the `AuthConfig.Types.Oauth2ClientCredentials` class within the Integration Connectors v1 API, outlining its purpose and usage."],["`AuthConfig.Types.Oauth2ClientCredentials` class is designed to support OAuth 2.0 Client Credentials Grant Authentication, as detailed in RFC6749 section 1.3.4."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its functionalities within the .NET environment."],["The class exposes `ClientId` and `ClientSecret` properties, which are essential parameters for configuring OAuth 2.0 Client Credentials, where ClientId is a string and ClientSecret is of type Secret."],["There are 4 different versions of the documentation available, with version 1.3.0 being the latest."]]],[]]