Files
AX-Copilot-Codex/.decompiledproj/AxCopilot/Handlers/JsonSkillCredential.cs

9 lines
170 B
C#

namespace AxCopilot.Handlers;
public class JsonSkillCredential
{
public string Type { get; set; } = "bearer_token";
public string CredentialKey { get; set; } = "";
}