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

    Interface VerificationResponse

    interface VerificationResponse {
        challengeId: string;
        nonce: string;
        responder: AgentIdentity;
        signature: string;
        timestamp: number;
    }
    Index
    challengeId: string
    nonce: string
    responder: AgentIdentity
    signature: string
    timestamp: number