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."],[[["This document provides reference documentation for the `AuthorizationCodeLink` class within the Google Cloud Connectors v1 API, specifically version 1.0.0, with links to other versions also available."],["`AuthorizationCodeLink` is a class that captures the details necessary to render an authorization link for the OAuth Authorization Code Flow and implements several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class `AuthorizationCodeLink` includes properties such as `ClientId`, `EnablePkce`, `Scopes`, and `Uri`, which define the connector's OAuth client ID, PKCE enablement status, authorization scopes, and the authorization URI."],["The class has two constructors: one for a blank initialization, and one that initializes with a supplied instance of the `AuthorizationCodeLink` class."],["The `AuthorizationCodeLink` class inherits from the base `object` class, and also contains other inherited members including `GetHashCode()`, `GetType()` and `ToString()`."]]],[]]