AxMCPDPoPProofFactory Generated TypeScript API reference. typescript api api/reference build/apidocs/Class.AxMCPDPoPProofFactory.md class AxMCPDPoPProofFactory

AxMCPDPoPProofFactory

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

Constructors

Constructor

TypeScript
new AxMCPDPoPProofFactory(options: Readonly<AxMCPDPoPOptions>): AxMCPDPoPProofFactory;

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

Parameters

ParameterType
optionsReadonly<AxMCPDPoPOptions>

Returns

AxMCPDPoPProofFactory

Methods

createProof()

TypeScript
createProof(request: Readonly<AxMCPDPoPProofRequest>): Promise<string>;

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

Parameters

ParameterType
requestReadonly<AxMCPDPoPProofRequest>

Returns

Promise<string>

Docs