AxMCPAuthenticationStrategy
Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/mcp/authentication.ts#L15
Methods
authenticate()
authenticate(request: Readonly<AxMCPAuthenticationRequest>):
| undefined
| AxMCPAuthenticationResult
| Promise<
| undefined
| AxMCPAuthenticationResult>;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/mcp/authentication.ts#L16
Parameters
| Parameter | Type |
|---|---|
request | Readonly<AxMCPAuthenticationRequest> |
Returns
| undefined
| AxMCPAuthenticationResult
| Promise<
| undefined
| AxMCPAuthenticationResult>