@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Interface AuthDiagnosisReport

    Full diagnosis report returned by runAuthDiagnosis.

    interface AuthDiagnosisReport {
        schemaVersion: 1;
        agentUrl: string;
        aliasId?: string;
        steps: DiagnosisStep[];
        hypotheses: DiagnosisHypothesis[];
        generatedAt: string;
    }
    Index

    Properties

    schemaVersion: 1
    agentUrl: string

    Agent URL under test.

    aliasId?: string

    Alias from saved config, if one was provided.

    steps: DiagnosisStep[]

    Per-step wire captures, in execution order.

    hypotheses: DiagnosisHypothesis[]

    Ranked hypotheses — likely first, then possible, then ruled_out.

    generatedAt: string

    Report generation timestamp (ISO-8601, UTC).