AxAIProfileAuthentication Generated TypeScript API reference. typescript api api/reference build/apidocs/TypeAlias.AxAIProfileAuthentication.md type AxAIProfileAuthentication

AxAIProfileAuthentication

TypeScript
type AxAIProfileAuthentication = object;

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/provider_profiles.ts#L131

Properties

TypeScript
optional header: string;

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/provider_profiles.ts#L133


required

TypeScript
required: boolean;

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/provider_profiles.ts#L134


type

TypeScript
type: "bearer" | "api-key-header" | "api-key-query" | "x-api-key" | "none";

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/provider_profiles.ts#L132

Docs