LVE SDK
    Preparing search index...

    Interface LveHeader

    interface LveHeader {
        cipher: "AES-256-GCM";
        content_iv: string;
        created_at: string;
        file_id: string;
        recipients: LveRecipient[];
        rp_id: string;
        unlock: "webauthn-prf-v1";
    }
    Index

    Properties

    cipher: "AES-256-GCM"
    content_iv: string
    created_at: string
    file_id: string
    recipients: LveRecipient[]
    rp_id: string
    unlock: "webauthn-prf-v1"