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

Interface TokenValidationResult

checkpoints/elysia/index.d.ts:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36export interface TokenValidationResult {
37 success: boolean;
38}
39
40export interface ChallengeRedeemBody {
41 token: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected