AxMCPMTLSOptions Generated TypeScript API reference. typescript api api/reference build/apidocs/Interface.AxMCPMTLSOptions.md interface AxMCPMTLSOptions

AxMCPMTLSOptions

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/mcp/oauth/types.ts#L114

Properties

PropertyTypeDescription
fetch{ (input: URL | RequestInfo, init?: RequestInit): Promise<Response>; (input: string | URL | Request, init?: RequestInit): Promise<Response>; }Fetch implementation whose host TLS stack presents the configured client certificate. Browsers may satisfy this through their certificate UI; server runtimes typically inject an agent/dispatcher-backed fetch.
requireCertificateBoundAccessTokens?booleanRequire RFC 8705 certificate-bound access tokens in AS metadata.
Docs