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-04-17 UTC."],[[["The `AuthorizationCodeLink` class in the Google Cloud Connectors v1 API captures the necessary details for rendering an authorization link for the OAuth Authorization Code Flow."],["This class is part of the `Google.Cloud.Connectors.V1` namespace and is found within the `Google.Cloud.Connectors.V1.dll` assembly."],["It offers constructors to initialize a new `AuthorizationCodeLink` object or copy an existing one."],["Key properties include `ClientId`, `EnablePkce`, `Scopes`, and `Uri`, which define the client ID, PKCE usage, authorization scopes, and base URI for the authorization flow, respectively."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from the `object` class."]]],[]]