API Reference
Class
CopilotAuthStatus
Represents the Copilot authentication status.
Inheritance
- Object
- CopilotAuthStatus
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public CopilotAuthStatus(Boolean isAuthenticated, String authType, String host, String login, String statusMessage, JsonObject raw, JsonObject additional) #Initializes a new auth status instance.
Parameters
- isAuthenticated System.Boolean
- authType System.String
- host System.String
- login System.String
- statusMessage System.String
- raw IntelligenceX.Json.JsonObject
- additional IntelligenceX.Json.JsonObject
Methods
public static CopilotAuthStatus FromJson(JsonObject obj) #Returns:
CopilotAuthStatusParses a Copilot auth status from JSON.
Parameters
- obj IntelligenceX.Json.JsonObject
- Source JSON object.
Returns
The parsed status.