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"]],[["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."],[[["The `AuthorizationCodeLink` class in the Google Cloud Connectors v1 API facilitates rendering an authorization link for the OAuth Authorization Code Flow."],["Version 1.3.0 is the latest version of this API, with previous versions including 1.2.0, 1.1.0, and 1.0.0, all of which contain `AuthorizationCodeLink` documentation."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties within `AuthorizationCodeLink` include `ClientId`, `EnablePkce`, `Scopes`, and `Uri`, which manage client identification, PKCE enabling, authorization scopes, and the base URI for the authorization flow, respectively."],["The `AuthorizationCodeLink` class has two constructors, a default one, and another one that takes in another `AuthorizationCodeLink` as a parameter."]]],[]]