liveauth_mcp_confirm
Confirm authentication by submitting a solved proof-of-work challenge or polling Lightning payment status to receive a JWT.
Instructions
Submit the solved proof-of-work challenge (or poll for Lightning payment) to receive a JWT. For Lightning, call with just quoteId to check/poll payment status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nonce | No | The nonce that solves the PoW challenge (PoW only) | |
| hashHex | No | The resulting hash hex (PoW only) | |
| quoteId | Yes | The quoteId from the start response | |
| macaroon | No | L402 bundle macaroon (L402 only) | |
| signature | No | Signature from the challenge (PoW only) | |
| challengeHex | No | The challenge hex from the start response (PoW only) | |
| expiresAtUnix | No | Expiration timestamp from the challenge (PoW only) | |
| difficultyBits | No | Difficulty bits from the challenge (PoW only) |