AxMCPDPoPProofFactory
Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/mcp/oauth/dpop.ts#L44
Constructors
Constructor
new AxMCPDPoPProofFactory(options: Readonly<AxMCPDPoPOptions>): AxMCPDPoPProofFactory;Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/mcp/oauth/dpop.ts#L50
Parameters
| Parameter | Type |
|---|---|
options | Readonly<AxMCPDPoPOptions> |
Returns
AxMCPDPoPProofFactory
Methods
createProof()
createProof(request: Readonly<AxMCPDPoPProofRequest>): Promise<string>;Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/mcp/oauth/dpop.ts#L52
Parameters
| Parameter | Type |
|---|---|
request | Readonly<AxMCPDPoPProofRequest> |
Returns
Promise<string>