public sealed class AuthorizationCodeLink : IMessage<AuthorizationCodeLink>, IEquatable<AuthorizationCodeLink>, IDeepCloneable<AuthorizationCodeLink>, IBufferMessage, IMessage
Reference documentation and code samples for the Integration Connectors v1 API class AuthorizationCodeLink.
This configuration captures the details required to render an authorization
link for the OAuth Authorization Code Flow.
[[["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."],[[["The `AuthorizationCodeLink` class, part of the Integration Connectors v1 API, is designed to handle the configuration details for rendering an authorization link using the OAuth Authorization Code Flow."],["This class, which inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`, is available in the `Google.Cloud.Connectors.V1` namespace within the `Google.Cloud.Connectors.V1.dll` assembly."],["The `AuthorizationCodeLink` class provides properties to configure the OAuth authorization flow, such as `ClientId`, `EnablePkce`, `Scopes`, and `Uri`."],["There are multiple versions of this API class available, from version 1.0.0 up to the latest 1.3.0."],["The class has two constructors, a default constructor `AuthorizationCodeLink()` and another constructor that accepts another `AuthorizationCodeLink` object as a parameter `AuthorizationCodeLink(AuthorizationCodeLink other)`."]]],[]]