MCPcopy
hub / github.com/tiagozip/cap / ChallengeRedeemResponse

Interface ChallengeRedeemResponse

checkpoints/elysia/index.d.ts:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45export interface ChallengeRedeemResponse {
46 success: boolean;
47 token?: string;
48 expires?: number;
49}
50
51/**
52 * Cap middleware for Elysia that provides challenge-based bot protection

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected