Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface VerificationChallenge

    interface VerificationChallenge {
        challengeId: string;
        challenger: AgentIdentity;
        nonce: string;
        signature: string;
        timestamp: number;
    }
    Index
    challengeId: string
    challenger: AgentIdentity
    nonce: string
    signature: string
    timestamp: number