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

AxMCPTokenSet

TypeScript
type AxMCPTokenSet = object;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/mcp/oauth/types.ts#L3

Properties

accessToken

TypeScript
accessToken: string;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/mcp/oauth/types.ts#L4


expiresAt?

TypeScript
optional expiresAt: number;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/mcp/oauth/types.ts#L6


issuer?

TypeScript
optional issuer: string;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/mcp/oauth/types.ts#L7


refreshToken?

TypeScript
optional refreshToken: string;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/mcp/oauth/types.ts#L5

Docs