axMCPHMACAuthentication Generated TypeScript API reference. typescript api api/reference build/apidocs/Function.axMCPHMACAuthentication.md function axMCPHMACAuthentication

axMCPHMACAuthentication

TypeScript
function axMCPHMACAuthentication(options: object): AxMCPAuthenticationStrategy;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/mcp/authentication.ts#L88

Parameters

ParameterType
options{ keyId: string; nonce?: () => string; nonceHeader?: string; now?: () => number; secret: SecretProvider; signatureHeader?: string; timestampHeader?: string; }
options.keyIdstring
options.nonce?() => string
options.nonceHeader?string
options.now?() => number
options.secretSecretProvider
options.signatureHeader?string
options.timestampHeader?string

Returns

AxMCPAuthenticationStrategy

Docs