Interface AuthCodeSingleDevice

interface AuthCodeSingleDevice {
    browserId: string;
    fullCode: string;
    keyPair: string;
    ref: string;
    type: "single";
}

Properties

browserId: string
fullCode: string
keyPair: string
ref: string
type: "single"