axMCPHMACAuthentication
function axMCPHMACAuthentication(options: object): AxMCPAuthenticationStrategy;Defined in: https://github.com/ax-llm/ax/blob/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/mcp/authentication.ts#L88
Parameters
| Parameter | Type |
|---|---|
options | { keyId: string; nonce?: () => string; nonceHeader?: string; now?: () => number; secret: SecretProvider; signatureHeader?: string; timestampHeader?: string; } |
options.keyId | string |
options.nonce? | () => string |
options.nonceHeader? | string |
options.now? | () => number |
options.secret | SecretProvider |
options.signatureHeader? | string |
options.timestampHeader? | string |