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

AxMCPOAuthJWTValidationOptions

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

Properties

PropertyTypeDescription
allowedAlgorithms?readonly string[]-
clockToleranceSeconds?number-
fetch?{ (input: URL | RequestInfo, init?: RequestInit): Promise<Response>; (input: string | URL | Request, init?: RequestInit): Promise<Response>; }-
now?() => number-
ssrfProtection?AxMCPSSRFProtectionOptions-
validateIdTokens?booleanSet false only when the host independently verifies every returned ID token.
Docs