Interface AuthCodeMultiDevice

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

Properties

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