@wppconnect-team/wppconnect - v1.36.4
    Preparing search index...

    Interface AuthCodeMultiDevice

    interface AuthCodeMultiDevice {
        fullCode: string;
        identityKeyPair: string;
        ref: string;
        secretKey: string;
        staticKeyPair: string;
        type: "multidevice";
    }
    Index

    Properties

    fullCode: string
    identityKeyPair: string
    ref: string
    secretKey: string
    staticKeyPair: string
    type: "multidevice"