AxMCPMTLSOptions
Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/mcp/oauth/types.ts#L114
Properties
| Property | Type | Description |
|---|
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? | boolean | Require RFC 8705 certificate-bound access tokens in AS metadata. |