IntelligenceX
Class

McpOauthLoginStart

Namespace IntelligenceX.OpenAI.AppServer.Models
Assembly IntelligenceX
Modifiers sealed

Represents the initial response from an MCP OAuth login start.

Inheritance

  • Object
  • McpOauthLoginStart

Constructors

public McpOauthLoginStart(String loginId, String authUrl, JsonObject raw, JsonObject additional) #

Initializes a new MCP OAuth login start model.

Parameters

loginId System.String
authUrl System.String
raw IntelligenceX.Json.JsonObject
additional IntelligenceX.Json.JsonObject

Methods

public static McpOauthLoginStart FromJson(JsonObject obj) #
Returns: McpOauthLoginStart

Parses the MCP OAuth login start payload from JSON.

Parameters

obj IntelligenceX.Json.JsonObject
Source JSON object.

Returns

The parsed login start model.

Properties

public String LoginId { get; } #

Gets the login id.

public String AuthUrl { get; } #

Gets the authorization URL.

public JsonObject Raw { get; } #

Gets the raw JSON object.

public JsonObject Additional { get; } #

Gets unrecognized fields from the payload.