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/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/provider_profiles.ts#L118

Properties

TypeScript
optional header: string;

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/provider_profiles.ts#L120


required

TypeScript
required: boolean;

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/provider_profiles.ts#L121


type

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

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/provider_profiles.ts#L119

Docs