AxMCPOAuthJWTValidationOptions
Defined in: https://github.com/ax-llm/ax/blob/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/mcp/oauth/types.ts#L104
Properties
| Property | Type | Description |
|---|---|---|
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? | boolean | Set false only when the host independently verifies every returned ID token. |