@trustpin/react-native
    Preparing search index...

    Interface TrustPinValidationEvent

    A definitive pin-validation verdict: domain + code + timestamp only — the presented certificate never crosses into JS.

    interface TrustPinValidationEvent {
        code: string | null;
        domain: string;
        timestampMs: number;
    }
    Index
    code: string | null

    Stable error code of the failure verdict, or null for a success event.

    domain: string
    timestampMs: number